A fun, simple local Python desktop application built with Tkinter.
- Large red button perfectly centered in the window
- Click the button to cycle its color: Red β Blue β Orange β Red
- Clean, modern UI with title and instructions
- No external dependencies required (uses only Python standard library)
- Make sure you have Python 3 installed (Tkinter is included by default on most systems)
- Clone or download this repository
- Open a terminal in the project folder
- Run:
python button_app.py
- The window opens with a big red button in the exact center
- Each click changes the button's background color and updates the text to show the current color
- The cycle repeats forever: Red β Blue β Orange
(Run the app to see the beautiful centered button in action!)
This was created as a quick demo of a local Python GUI app with interactive color changing button, hosted on GitHub for easy sharing and cloning.
Made with β€οΈ using Python + Tkinter