Skip to content

solcalledit-code/python-color-button-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎨 Python Color Button App

A fun, simple local Python desktop application built with Tkinter.

Features

  • 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)

How to Run

  1. Make sure you have Python 3 installed (Tkinter is included by default on most systems)
  2. Clone or download this repository
  3. Open a terminal in the project folder
  4. Run:
    python button_app.py

What Happens

  • 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

Screenshot

(Run the app to see the beautiful centered button in action!)

Why This Project?

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

About

A simple local Python Tkinter GUI app with a large red button centered in the window. Click it to cycle the button color through red, blue, and orange!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages