Skip to content

Files

Latest commit

d5eefd3 · Feb 28, 2021

History

History
This branch is 118 commits behind avinashkranjan/Amazing-Python-Scripts:main.

Calculator-GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 27, 2021
Feb 28, 2021

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.