A modern, responsive calculator built using Python's Tkinter GUI library.
This app mimics the basic functionality and design of a standard calculator — featuring arithmetic operations, percentage handling, sign switching, and a clean user interface.
- 🧾 Basic operations: Addition, subtraction, multiplication, division
- 💯 Percentage and sign toggle (±) support
- 🎨 Modern UI: Custom colors and typography using
Interfont - ⚡ Keyboard-like layout with grid-based responsive design
- 🚫 Error handling for invalid expressions and division by zero
Make sure Python is installed on your system (version 3.7+ recommended).
python calculator.pyThe calculator window should open immediately.
- Language: Python
- GUI Library: Tkinter (built-in)
This project is licensed under the MIT License.
