/calculator

Calculator with graphic

Primary LanguagePython

Files for calculator

file For
calculator_ui.py CalculatorUI, with 2 keypads and display area.
keypad.py Keypad class
history.py Making separate window for history
main.py script to start the UI

How to run

Require pygame package to run if you don't have the package use this command

pip install pygame

To run the file

python main.py

Class UML

calculator_uml