This is a simple command-line calculator built using Python. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
- User-friendly command-line interface
- Python
- Open the terminal.
- Navigate to the project folder.
- Run the following command:
python calculator.py
Vyshnavi Goud