A modern GUI calculator built with Python and Tkinter.
- Basic arithmetic operations: addition, subtraction, multiplication, division
- Modern, colorful interface with rounded buttons and hover effects
- Restart and Close buttons for easy control
- Custom product label
- Python 3.14 (or any Python 3.x)
- Tkinter (built-in Python GUI library)
- Open a terminal in the calculator-project directory.
- Run:
#!/bin/bash
echo Hello world
python3.14.exe gui_calculator.py
Or use:
python gui_calculator.py
if your Python is set up as `python`.
## Build & Customization
- No external dependencies required (no Pillow needed)
- Easily customize colors, fonts, and layout in `gui_calculator.py`
## Author
Product built by Turei Milner
---
Feel free to fork, modify, and use as a reference for your Python GUI projects!