This is a simple calculator application built with Python and the Qt Designer graphical user interface (GUI) builder. The application allows users to perform basic arithmetic calculations, including addition, subtraction, multiplication, and division.
- Python 3.x
- PyQt5
- Clone or download the repository.
- Install PyQt5 using pip:
pip install pyqt5 - Run the application:
python script.py
- Enter the numbers.
- Select the operator you want to use
- Click the "=" button to perform the calculation.
- The result will be displayed in the Result field.
If you want to customize the application, you can modify the calculator.ui file in Qt Designer. You can also modify the script.py file to add more functionality or change the UI behavior.
This application is licensed under the MIT License. See the LICENSE file for more information.
This application was created by [liwa-dev]