- Unzip the file
- Go inside the file where
Calculator_Basic.py
is located - Go to location bar and type
cmd
and pressEnter
key - Run the command
python Calculator_Basic.py
- Or you can try to Execute directly by double clicking the file
Calculator_Basic.py
- Clone the git file with command
git clone https://github.com/JRudransh/Tkinter_Calculator.git
- Go inside the file where
Tkinter_Calculator
- Run the command
python3 Calculator_Basic.py
- Make Sure that you have installed tkinter module before running the programme