Python GUI

Hirst Painting

Generates a grid of colored dots to simulate a Hirst-style painting. Uses the 'turtle' module for graphics.
Randomizes colors for each dot to create a unique artwork every time.

Turtle Race

Simulates a race between multiple turtles.
Uses the 'turtle' module for graphics.
Randomizes each turtle's movement to create an unpredictable
race.

Snake Game

Classic Snake game mechanics.
Uses the 'turtle' module for graphics.
Keeps track of the player's score.

Ping Pong Game

Classic Ping Pong game mechanics.
Uses the 'turtle' module for graphics.
Two-player mode with paddle controls.
Keeps track of the players' scores.

US States Name Guessing Game

Interactive game to guess the names of US states.
Uses the `turtle` module for a graphical interface.
Displays the map of the US and tracks correctly guessed states.

Miles to Km Converter

Converts distances from miles to kilometers.
Simple and interactive GUI created with the 'tkinter' module. Handles invalid inputs gracefully.

Pomodoro Timer

Implements the Pomodoro Technique for time management. Simple and interactive GUI created with the 'tkinter' module. Customizable work and break intervals.
Visual and audio alerts for work and break periods.

Password Manager

Securely stores and manages passwords.
Generates strong passwords.
Simple and interactive GUI created with the 'tkinter' module.
Saves passwords to a file for future reference.

Flash Card

Displays flash cards to help you study and memorize information.
Simple and interactive GUI created with the 'tkinter' module. Tracks which flash cards you have learned and which ones you need to review.
Allows you to create and save your own sets of flash cards.

Kanye Quotes

Displays random quotes from Kanye West.
Simple and interactive GUI created with the 'tkinter' module. Retrieves quotes from an online API.

Quizzler

Interactive quiz game with multiple-choice questions.
Simple and engaging GUI created with the 'tkinter' module.- Fetches quiz questions from an online API.
Keeps track of the score and provides feedback on answers.