A simple yet functional command-line calculator built using Python. It supports basic arithmetic operations including addition, subtraction, multiplication, and division.
- Addition, subtraction, multiplication, and division
- Interactive command-line interface
- Input validation and error handling
- Modular and readable code
- Python 3.x
- Jupyter Notebook
Python_Calculator.ipynb: The main notebook containing the calculator logic and user interface
- Clone the repository or download the
.ipynbfile - Open in Jupyter Notebook or VSCode with Jupyter extension
- Run all cells and follow the prompts
Welcome to Python Calculator!
Enter first number: 10
Enter operation (+, -, *, /): *
Enter second number: 5
Result: 50