A simple yet smart calculator built using Python. It performs basic arithmetic operations and handles user inputs interactively — perfect as a beginner Python project!
➕ Addition
➖ Subtraction
✖️ Multiplication
➗ Division
🔁 Continuous calculation until user exits
🖥️ User-friendly input system
smart_calculator/ │ ├── smart_calculator.py # main python file └── README.md # project documentationPython 3
Install Python (if not installed)
Open terminal in the folder
Run the script:
python smart_calculator.py
Enter first number: 10
Enter operator (+ - * /): *
Enter second number: 6
Result = 60
You can upgrade this project by adding:
Power (xⁿ)
Modulus (%)
Square root
Error handling for invalid inputs
GUI using Tkinter
Pull requests are welcome. Feel free to fork this repo, improve features, and submit PRs.
This project is open-source and free to use.
**Rajneesh Kaur** 🔗 GitHub:https://github.com/rajneeshkaur19