Skip to content

manzumrahman/GUI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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 :