A simple Python program that generates a random password based on user-selected criteria such as letters, digits, and symbols.
This project allows users to create a secure random password by choosing:
- Password length
- Inclusion of letters
- Inclusion of digits
- Inclusion of symbols
It is a beginner-friendly project to practice Python basics.
- Custom password length
- User choice for character types
- Random and secure password generation
- Input validation for character selection
- Python 3
- Built-in libraries:
random,string
- Clone the repository
git clone https://github.com/your-username/password-generator.git