A simple Python calculator that performs basic arithmetic operations on two numbers: addition, subtraction, multiplication, division, and average.
This project helps practice Python fundamentals like variables, functions, loops, and user input handling.
- Addition of two numbers
- Subtraction of two numbers
- Multiplication of two numbers
- Division of two numbers
- Average of two numbers
- User-friendly input
- Error handling for invalid inputs
-
Clone the repository: git clone https://github.com/nickgithubio/Python-Mini-Project.git
-
Navigate to the project folder: cd python-mini-project
-
Run the Calculation pyhton Calculator.py