A simple Python-based calculator application that can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
This project was developed as part of the CodeClause Internship.
- โ Addition of two numbers
- โ Subtraction of two numbers
- โ๏ธ Multiplication of two numbers
- โ Division of two numbers (with handling for division by zero)
- ๐ฅ๏ธ Command-line interface for user interaction
Codeclause-Python-Calculator/ โ โโโ Python Calculator.py # Main calculator script โโโ README.md # Project documentation
yaml Copy code
- Clone this repository:
git clone https://github.com/Srishtisinha630/Codeclause-Python-Calculator.git
Navigate into the project folder:
bash Copy code cd Codeclause-Python-Calculator Run the calculator:
bash Copy code python "Python Calculator.py"