A simple and interactive GUI calculator built using Python and Tkinter.
This project performs basic arithmetic operations with an intuitive layout similar to a real calculator.
- Basic arithmetic operations (+, −, ×, ÷)
- Clear (C) button to reset input
- Backspace button to delete the last character
- Error handling for invalid expressions
- Clean and minimal dark-themed UI
- Python
- Tkinter (GUI)
- Clone the repository:
git clone https://github.com/sathvikamareddy/simple-calculator-tkinter.git
