A simple command-line calculator built using Python.
It performs basic and advanced mathematical operations like:
- Addition
- Subtraction
- Multiplication
- Division (with error handling)
- Power
- Square Root
- Factorial
- Make sure Python 3.10+ is installed.
- Clone or download this repository.
- Run the calculator:
python calculator.py