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:

