Skip to content

udaysutaria20/GUI_calculator_pyQt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUI_calculator_pyQt5

**# 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/udaysutaria20/GUI_calculator_pyQt5
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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages