A basic desktop GUI calculator built using Python and Tkinter. This calculator performs standard arithmetic operations like addition, subtraction, multiplication, and division.
- ➕ Addition, ➖ Subtraction, ✖️ Multiplication, ➗ Division
- 🖱️ Interactive button-based UI
- 🎨 Clean layout using Python's Tkinter GUI toolkit
- 💻 Lightweight and easy to run on any system with Python installed
| Technology | Usage |
|---|---|
| Python | Core programming language |
| Tkinter | GUI creation and event handling |
- Clone the repository:
git clone https://github.com/yourusername/simple-calculator-python.git