Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 797 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 797 Bytes

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