This is a simple Python command-line calculator that performs basic arithmetic operations: addition, subtraction, multiplication, and division on two user-input numbers.
- Add two numbers
- Subtract two numbers
- Multiply two numbers
- Divide two numbers
- User-friendly input and output
- Python 3
- Make sure you have Python 3 installed.
- Clone or download this repository.
- Open a terminal or command prompt.
- Navigate to the project directory.
- Run the calculator script:
Basic_Calculator_Program.py