Python-GUI-Calculator

A simple GUI Calculator using Tkinter in Python.

Calculator

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 pop up message will be displayed saying that syntax error.
Error Message

GitHub

View Github