A beginner-friendly command-line calculator developed using Python.
- Addition
- Subtraction
- Multiplication
- Division
- Invalid-input handling
- Division-by-zero protection
- Option to perform multiple calculations
-
Install Python 3.
-
Download or clone this repository.
-
Open a terminal in the project folder.
-
Run:
python calculator.py
Light