This is Calculator+, a simple calculator app written in Python with the customtkinter library.
- Display pressed numbers and operations
- Operation overwrite: When choosing another operation right after the first, it automatically overwrites the first one
- Perform basic arithmetical operations (+,-,×,÷)
- Zero Division Error checking
- Syntax Error checking
C,CE,DELbuttons for enhanced operation- The program also includes a modern User Interface (UI), made possible by the customtkinter library
To run the code, Python and it's customtkinter library have to be installed on your machine.
If you do not have the customtkinter library installed, you can install it by running Command Prompt as an administrator and entering the following: pip install customtkinter