This is a Simple Calculator Application built using Python’s Tkinter library.
It supports both button clicks and keyboard input, providing a smooth and modern experience with a dark theme design.
The calculator handles basic arithmetic operations and includes functions like C (clear last) and AC (clear all).
- 🧠 Supports addition, subtraction, multiplication, division, and percentage
- 🎨 Modern dark-themed GUI
- 🧰 Keyboard input support (numbers, operators, Enter, Backspace, Escape)
- ⚡ Instant evaluation with
= - 🚫 Error handling for invalid expressions
- 💾 Responsive layout that adjusts to window resizing
- Python 3.12.10
- Tkinter (built-in GUI library)
- Clone the repository
git clone https://github.com/NiloCodes/SimpleCalculatorPython.git