This is a simple Python command-line password generator.
It helps you create strong and random passwords based on your choice.
- Asks for password length
- Lets you choose:
- Numbers (0β9)
- Symbols (!@#$ etc.)
- Generates a random password
- You can generate passwords again and again
- Python 3 installed on your computer
(No extra libraries needed)