This is a simple Password Generator built using Python. It allows users to generate a random password based on their preferred length and character type.
- User enters the desired password length
- User selects the type of password: Only Numbers Only Alphabets Numbers + Alphabets Full Mixture (Alphabets + Numbers + Symbols)
- The program generates a random secure password
- The password is displayed on the screen
- Make sure Python is installed on your system
- Save the file as : password_generator.py
- Run the program using: python password_generator.py
- Custom password length
- Multiple password type options
- Uses Python built-in libraries
- Beginner-friendly and interactive
- Random and secure password generation
- while loop if-elif-else
- input() handling
- string module
- random module
- List / string operations
π¨βπ» Author
Aakash Gupta πΉ Beginner Python Developer π§ Feel free to connect or share feedback!