Awesome-Python-Scripts/Calculator_GUI at master · Saicharan67/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Calculator using Tkinter

  • Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI.

  • In the file calculator.py we have written script for a simple calculator which is more user friendly because of User Interface.

  • To run the calculator in cmd, first command the directory to the file then

python run calculator.py