This is a simple calculator project written in Python that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It runs entirely in the terminal and requires no additional dependencies.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- User input handling
- Python
- Clone the repository:
git clone https://github.com/yourusername/simple-calculator.git
- Navigate to the project directory:
cd simple-calculator
- Run the script:
python calc.py
- Run
calc.py
in a terminal. - Follow the prompts to enter two numbers and select an operation.
- View the result in the terminal.
- Implement an interactive menu for repeated calculations
- Add support for more advanced mathematical functions
- Improve error handling for invalid inputs
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any issues or feature requests, feel free to reach out via email or GitHub issues.
Happy Coding! 🚀