A simple command-line calculator that supports basic operations: addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
- Loop until the user chooses to exit
-
Run the calculator script:
python3 cli-calculator/src/calculator.py -
Follow the prompts to perform calculations.
To run the tests, execute:
python -m unittest discover -s tests
You can install the package using:
pip install -e .