/calculator-python

Primary LanguagePythonMIT LicenseMIT

Simple Calculator with Qt Designer

Description

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.

Requirements

  • Python 3.x
  • PyQt5

Installation

  1. Clone or download the repository.
  2. Install PyQt5 using pip: pip install pyqt5
  3. Run the application: python script.py

Usage

  1. Enter the numbers.
  2. Select the operator you want to use
  3. Click the "=" button to perform the calculation.
  4. The result will be displayed in the Result field.

Customization

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.

License

This application is licensed under the MIT License. See the LICENSE file for more information.

Credits

This application was created by [liwa-dev]