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.
Feel free to fork this repository and add your own mini Python projects. Contributions are always welcome!