This is a simple calculator application built using PyQt5 that follows the Model-View-Controller (MVC) architectural pattern.
This is a simple calculator application built using PyQt5 that follows the Model-View-Controller (MVC) architectural pattern.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- A clean and user-friendly interface.
- Stylish color scheme.
Make sure you have Python and PyQt5 installed on your system. You can install PyQt5 using pip:
pip install PyQt5
git clone https://github.com/Ayush-n25/GUI_calculator_pyQt5.git
cd GUI_calculator_pyQt5
python controller.py
You can customize the styling and appearance of the calculator by modifying the view.py file. Adjust colors, fonts, and layouts to suit your preferences.
PyQt5 documentation: https://doc.qt.io/qtforpython/