Note
All documentations are written for MacOS users. If you use a windows, linux, or other OS the steps to run this calculator may vary. Create a issue if you would like me to add steps to use this calculator with a different OS.
- Open a Terminal
- Run: 'cd Calculator-with-a-simple-GUI' in a terminal.
Warning
If you changed the folder name then use this format:
cd <folder name>
- Run:
python3 actualfinalgui.py
in a terminal. If you run into any errors please let me know by creating an issue in the issues tab.
Important
To be able to run the calculator you will first need to install ttkthemes and ttkbootstrap.
You can do this by running pip3 install ttkthemes ttkbootstrap
Once you have installed these libraries you can run the calculator by typing in: pip3 run calculatorwithgui.py
If an error pops up, it may be because you are not viewing the folder which has te file in it. In this case you can type cd <folder name>
and then pip3 run calculatorwithgui.py
Thanks for checking it out!