This project was to take my OOP calculator app and make the project more advanced by including a Tkinter GUI.
- Tkinter GUI
- OOP Class used
- Calculator memory
- Global variables
- Loops and conditional statements
- Error catching - try and except
- Python
- Make sure Python 3 is installed
- Clone the repository
- Open a terminal in the project folder
- Run:
python main.pyTested with Python 3.11.9