A simple command-line calculator built using Python that performs basic arithmetic operations with colorful terminal output.
- Addition
- Subtraction
- Multiplication
- Division
- Floor Division
- Modulus
- Exponentiation
- Maximum & Minimum Finder
- Error Handling (Division by Zero & Invalid Input)
- Colored Terminal Interface using ANSI escape codes
- Python 3
- ANSI Escape Codes for colored text
- Make sure Python 3 is installed.
- Download or clone the repository.
- Open terminal in project folder.
- Run:
python calculator.py