This program uses tkinter to create a GUI program that does simple calculations.
- addition
- subtraction
- multiplication
- division
- decimals
- numpad/key support
- del -> clear
- return -> evaluate
- period -> decimal point
- Escape -> close program
- Python
- Tkinter
- (Optional) Pyinstaller for creating an executable file
- clone the repository
- navigate to the folder directory in the termainal
- install dependencies
- Then do one of the following:
- run SimpleCalculator.py with python in the terminal
- run 'pyinstaller --onefile --windowed SimpleCalculator.py'