Skip to content

This is a simple calculator application built using PyQt5 that follows the Model-View-Controller (MVC) architectural pattern.

Notifications You must be signed in to change notification settings

Ayush-n25/GUI_calculator_pyQt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUI_calculator_pyQt5

This is a simple calculator application built using PyQt5 that follows the Model-View-Controller (MVC) architectural pattern.

Calculator App with PyQt5

This is a simple calculator application built using PyQt5 that follows the Model-View-Controller (MVC) architectural pattern.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • A clean and user-friendly interface.
  • Stylish color scheme.

Getting Started

Prerequisites

Make sure you have Python and PyQt5 installed on your system. You can install PyQt5 using pip:

pip install PyQt5

Usage

1. Clone the repository:

git clone https://github.com/Ayush-n25/GUI_calculator_pyQt5.git
cd GUI_calculator_pyQt5

2. Run the calculator application:

python controller.py

Screenshots

image

Customization

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.

Acknowledgments

PyQt5 documentation: https://doc.qt.io/qtforpython/

About

This is a simple calculator application built using PyQt5 that follows the Model-View-Controller (MVC) architectural pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages