Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 477 Bytes

File metadata and controls

32 lines (20 loc) · 477 Bytes

Python GUI Calculator

A simple graphical calculator built using Python.

This project was created as part of my learning journey in Python and GUI development.


🚀 Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Clear / Reset functionality
  • Simple and user-friendly interface

🛠 Technologies Used

  • Python
  • Tkinter (GUI library)

▶️ How to Run

Make sure Python is installed on your system.

python calculator.py