Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 787 Bytes

File metadata and controls

25 lines (21 loc) · 787 Bytes

🖩 Simple Calculator (Tkinter + Python)

📌 Overview

A basic calculator application built using Python and Tkinter. It allows users to perform simple arithmetic operations with an intuitive graphical interface.

Features

User-friendly Tkinter GUI
✅ Supports addition, subtraction, multiplication, and division
Error handling for invalid inputs (e.g., division by zero)
Clear (C) button to reset input

🛠️ Technologies Used

  • 🐍 Python
  • 🎨 Tkinter (GUI)

🚀 How to Run

1️⃣ Clone the repository:

git clone https://github.com/yourusername/simple-calculator.git
cd simple-calculator

2️⃣ Run the script:

python calculator.py