Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.21 KB

File metadata and controls

48 lines (30 loc) · 1.21 KB

Calculator-Using-Python

🧮 Simple Calculator (Python + Tkinter)

A clean and user-friendly desktop calculator app built using Python and Tkinter.
Designed for performing basic arithmetic operations with keyboard and mouse support.


📌 Features

  • ✅ Basic operations: Addition, Subtraction, Multiplication, Division
  • Keyboard input support (0–9, +, -, *, /, Enter, Backspace)
  • Responsive button UI
  • Beep sound feedback on each button press (Windows only)
  • ✅ Built with Tkinter for a modern GUI
  • ✅ Error handling for invalid expressions

🎓 About This Project

As a Computer Science undergraduate, I built this project to strengthen my understanding of:

  • GUI application development with Tkinter
  • Event handling via buttons and key bindings
  • Clean UI/UX design using Python
  • Structuring interactive applications

🖼️ Preview

image


🚀 Getting Started

✅ Requirements

  • Python 3.x
  • (Optional) Windows OS for winsound beep

Tools

  • VS code:

image