A simple Password Generator written in Python.
- Generate random passwords
- User chooses the password length
- Uses:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Python 3
bash python main.py
Enter password length: 12
Generated Password: A#8qLm!2P@x9
- Using Python modules (random and string)
- Working with loops
- User input
- String manipulation
- Random value generation
Created by MGPcodes π