A minimal Tkinter GUI app built with Python that displays a simple “Hello, World!” message when you click the button.
- Simple and clean graphical interface
- Made with Python's built-in Tkinter library
- Displays “Hello, World! 🐍” with one click
- Clone the repository
git clone https://github.com/POUYSF/Python-GUI-HelloWorld.git - Go inside the project folder
cd Python-GUI-HelloWorld - Run the app
python3 app.py
- Python 3.x
- Pillow (
pip install pillow)
This project is licensed under the MIT License.
