A simple command-line calculator written in Python that performs basic arithmetic operations. It accepts user input, supports addition, subtraction, multiplication, and division. This project was created solely for learning purposes with the aim of understanding core Python concepts. It is not intended for production use or general user consumption.
Features:
- Basic arithmatic operations (addition, substraction, multiplication, division and modular multiplication)
- Can be ran from the terminal or any kind of terminal
- That's it