Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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