Skip to content

Makee-ship-it/python-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python Tkinter Projects

A collection of GUI applications built with Python's Tkinter library as I learn and explore GUI programming.

About

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.

Projects

1. Rock Paper Scissors Game

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

View Project

Technologies Used

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

Getting Started

Prerequisites

  • Python 3.x installed on your system

Running a Project

  1. Clone this repository
git clone https://github.com/oreoluwadekunle/python-tkinter-projects.git
  1. Navigate to a project folder
cd python-tkinter-projects/rock-paper-scissors
  1. Run the Python file
python rps_gui.py

Learning Resources

Future Projects

More GUI projects coming soon as I continue learning!

License

Feel free to use and modify these projects for learning purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages