Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.14 KB

Tkinter Calculator

Codacy Badge

Simple GUI programming for Calculator with tkinter

Basic Calculator is completed. Simpaly download the files

To run in windows

  1. Unzip the file
  2. Go inside the file where Calculator_Basic.py is located
  3. Go to location bar and type cmd and press Enter key
  4. Run the command python Calculator_Basic.py
  5. Or you can try to Execute directly by double clicking the file Calculator_Basic.py

To run in linux

  1. Clone the git file with command git clone https://github.com/JRudransh/Tkinter_Calculator.git
  2. Go inside the file where Tkinter_Calculator
  3. Run the command python3 Calculator_Basic.py

Note

  1. Make Sure that you have installed tkinter module before running the programme

Bug to fix

Software is never get bug free, if you found bug feel free to tell me or make pull request