Welcome to the Python GUI Projects repository! This collection features various graphical user interface (GUI) applications developed using Python's Tkinter and PyQt5 libraries, along with SQLite for database management.
This repository includes the following projects:
- Download Manager: A GUI application to manage and track file downloads.
- Fantasy Cricket Game: An interactive game that allows users to create and manage their fantasy cricket teams.
- Ticket Reservation System: A system to facilitate ticket bookings and manage reservations.
- Speed Test: A tool to measure and display internet connection speed.
- Tic-Tac-Toe: The classic Tic-Tac-Toe game with a graphical interface.
- Age Calculator: A simple application to calculate age based on the input date of birth.
Each project is contained within its own directory and includes relevant code and resources.
To run any of these projects locally, follow these steps:
-
Clone the repository:
git clone https://github.com/animesh1012/pythongui.git cd pythongui