This repository contains a collection of small Python projects, each designed to demonstrate different programming concepts and functionalities. These projects serve as practice exercises and can be useful for learning, experimentation, and skill improvement.
-
Password Generator π
- A simple Python program that generates a secure password of user-defined length.
- Ensures at least one digit, uppercase letter, lowercase letter, and symbol.
- Randomly shuffles the characters for added security.
-
Hangman Game π
- A classic word-guessing game where you try to guess the hidden word.
- Displays ASCII art of the hangman figure with each incorrect guess.
- Includes a hint system for when you get stuck.
- Allows you to play multiple rounds.
-
Flappy Bird π¦
- A colorful clone of the Flappy Bird game built with Python and Pygame.
- Press
SPACE
to jump and avoid hitting the pipes. - Features a scoring system with automatic high score saving.
- Includes floating clouds, particle effects, sound effects, and smooth gameplay.
Feel free to fork this repository and add your own mini Python projects. Contributions are always welcome!