Skip to content

A simple yet smart calculator built using Python. It performs basic arithmetic operations and handles user inputs interactively — perfect as a beginner Python project

License

Notifications You must be signed in to change notification settings

rajneeshkaur19/smart_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🧮 SMART CALCULATOR (Python)

A simple yet smart calculator built using Python. It performs basic arithmetic operations and handles user inputs interactively — perfect as a beginner Python project!

🚀 FEATURES

➕ Addition

➖ Subtraction

✖️ Multiplication

➗ Division

🔁 Continuous calculation until user exits

🖥️ User-friendly input system

📂 PROJECT STRUCTURE

smart_calculator/ │ ├── smart_calculator.py # main python file └── README.md # project documentation

🛠️ TECHNOLOGIES USED

Python 3

▶️ HOW TO RUN

Install Python (if not installed)

Open terminal in the folder

Run the script:

python smart_calculator.py

✍️ SAMPLE OUTPUT

Enter first number: 10

Enter operator (+ - * /): *

Enter second number: 6

Result = 60

💡 FUTURE ENHANCEMENTS

You can upgrade this project by adding:

Power (xⁿ)

Modulus (%)

Square root

Error handling for invalid inputs

GUI using Tkinter

🤝 CONTRIBUTE

Pull requests are welcome. Feel free to fork this repo, improve features, and submit PRs.

📜 LICENSE

This project is open-source and free to use.

## 👤 Author

**Rajneesh Kaur** 🔗 GitHub:https://github.com/rajneeshkaur19

About

A simple yet smart calculator built using Python. It performs basic arithmetic operations and handles user inputs interactively — perfect as a beginner Python project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages