This was a simple calculator app made more intermediate by using a class.
- Object-oriented programming approach using classes - memory and count attributes and methods for each operation
- Nested loops and conditional statement
- Memory and option to continue from last operation or all clear the calculator
- Unicode and special escape characters for more graphical console feel
- Error catching and additional error catching
- Python
- Make sure Python 3 is installed
- Clone the repository
- Open a terminal in the project folder
- Run:
python main.pyTested on Python version 3.11.9