Simple Calculator using Python tkinter. You need to install Python3, pip, tkinter
For windows, follow these instructions: https://www.geeksforgeeks.org/how-to-install-tkinter-in-windows/ For MACOS, follow these instructions: https://www.geeksforgeeks.org/how-to-install-tkinter-on-macos/ **For Windows, if you don't have python3: https://www.geeksforgeeks.org/how-to-install-python-on-windows/ **For Windows, if you don't have pip: https://www.geeksforgeeks.org/how-to-install-pip-on-windows/
(to upgrade pip type this command: python -m pip install --upgrade pip)
After these, simply download the python program included in this repository. Ensure the python program is in the same directory as the above installed packages. Run the program, the calculator will pop up :)