A simple GUI Calculator using Tkinter in Python.
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