Welcome to my Simple Calculator App 🎉 — built entirely with Python and Pygame.
This project transforms the traditional calculator into an interactive GUI application with clickable buttons and a clean display.
- ➕ Perform basic operations: Addition, Subtraction, Multiplication, Division
- 🎨 GUI built with Pygame
- 🖱️ Mouse-driven input (click buttons just like a real calculator)
- 🔢 Real-time display of numbers and results
- ✅ Error handling (e.g., division by zero)
- Python 3 🐍
- Pygame 🎮
git clone https://github.com/Louie0517/calculator.git
cd pygame-calculator