Skip to content

aditeyapatakoti/Calculator-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator GUI DOCS

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.

How to run the main/final version of the calculator (actualfinalgui.py)

  1. Open a Terminal
  2. Run: 'cd Calculator-with-a-simple-GUI' in a terminal.

Warning

If you changed the folder name then use this format: cd <folder name>

  1. 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.

How to run the First Commit (unstable)

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!