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

GUI programming with Python Tkinter, Tkinter Calculator

License

Notifications You must be signed in to change notification settings

JRudransh/Tkinter_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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