manzumrahman / GUI-Calculator

Its A Simple GUI Calculator Made by me :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :

About

Its A Simple GUI Calculator Made by me :)

License:MIT License


Languages

Language:Python 100.0%