A collection of GUI applications built with Python's Tkinter library as I learn and explore GUI programming.
This repository contains various projects I've created while learning Tkinter. Each project helped me understand different aspects of GUI development, from basic widgets to more complex interactions.
A fully functional rock-paper-scissors game with a graphical interface, score tracking, and round limits.
Features:
- Play against computer
- 5-round game limit
- Score tracking (wins, losses, ties)
- Play again functionality
- Clean and simple interface
- Python 3.x
- Tkinter (built-in GUI library)
- Python 3.x installed on your system
- Clone this repository
git clone https://github.com/oreoluwadekunle/python-tkinter-projects.git- Navigate to a project folder
cd python-tkinter-projects/rock-paper-scissors- Run the Python file
python rps_gui.py- Real Python - Tkinter Tutorials
- GeeksforGeeks Tkinter Tutorial
- Official Python Tkinter Documentation
More GUI projects coming soon as I continue learning!
Feel free to use and modify these projects for learning purposes.