Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 514 Bytes

GUI Calculator

Its A Simple GUI Calculator Made with python

It basically uses Tkinter, the famous GUI library of python

How it works

It has an entrybox that can accept input from the keyboard. Additionally, it also has some buttons which when pressed automatically inserts the corresponding character in the entrybox. After that, when the equal button is clicked, it takes the input frm the entrybox and evaluates the result using the eval() function of python.

Made by : Md.Manzum Rahman :