- The application is a simple calculator with a decent level of error handling. It is made in python using the math library.
- The GUI is designed using the Tkinter library using its basic widgets and functions.
- The calculator has an aesthetic coral coloured interactive interface and can also be used by the keyboard
-
The Backspace key works as backspace for the input, whereas the Delete key resets the calculator.
-
The calculator calculates the entries simultaneously, similar to the simple calculator inbuilt in Windows 10. It doesn’t take BODMAS rules into account.
-
The window may resize automatically if the length of string corresponding to the number displayed is larger than it can hold.