Skip to content

SaiSwarup27/Python-GUI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Python-GUI-Calculator

A simple GUI Calculator using Tkinter in 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 from the entrybox and evaluates the result and displayed in entry box.

If any syntax error encountered in the entry box then a pop up message will be displayed saying that syntax error