A clean and user-friendly desktop calculator app built using Python and Tkinter.
Designed for performing basic arithmetic operations with keyboard and mouse support.
- ✅ 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
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
- Python 3.x
- (Optional) Windows OS for
winsoundbeep
- VS code:

