Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 910 Bytes

File metadata and controls

46 lines (27 loc) · 910 Bytes

Python Calculator

A modern GUI calculator built with Python and Tkinter.

Features

  • 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

Stack

  • Python 3.14 (or any Python 3.x)
  • Tkinter (built-in Python GUI library)

How to Run

  1. Open a terminal in the calculator-project directory.
  2. 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!