Amazing-Python-Scripts/Calculator-GUI at master · edxmurph/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Calculator (GUI)

It is GUI based calculator used to calculate any simple mathematical equation.

Modules Used

  • tkinter

How it works

  • It takes the mathematical equation by the User.

  • It returns the result of the mathematical equation.