Skip to content

iDevPrit/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🧮 My Python Calculator

A simple yet powerful calculator built using Python and the Tkinter GUI library.
It performs basic arithmetic operations like addition, subtraction, multiplication, and division — all within a clean and intuitive user interface.


🚀 Features

  • ✅ Simple and user-friendly interface
  • ✅ Performs +, −, ×, ÷ operations
  • ✅ Handles invalid inputs gracefully (shows “Error” for invalid expressions)
  • ✅ Lightweight — runs on any system with Python installed

🧰 Tech Stack

  • Language : Python 🐍
  • GUI Library : Tkinter (built-in)
  • Platform : Desktop Application (Windows / Linux / macOS)

⚙️ How to Run the Project

  1. Clone this repository :
git clone https://github.com/iDevPrit/python-calculator.git
  1. Navigate to the project directory :
cd python-calculator
  1. Run the calculator :
python calculator.py

That’s it! The calculator window will appear and you can start using it.


🌱 Future Enhancements

  • Add scientific operations (square root, power, percentage)
  • Include keyboard input support
  • Implement dark/light mode themes

🧑‍💻 Author

☞ LinkedIn : Prit

☞ GitHub : Prit


⚖️ License

This project is licensed under the MIT License.
Feel free to use and modify it for educational or personal projects.


⭐ If you like this project, don’t forget to Star the repository! ⭐

About

A simple calculator made using Python and Tkinter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages