🔐
Password Generator
Generate random, strong passwords from the command line.
Generate random, strong passwords from the command line.
Generates a random password of a user-chosen length, drawn from lowercase and uppercase letters, digits and punctuation symbols.
_____________________________________
| Welcome to this Password Generator |
-------------------------------------
how long do you want your password to be (minimum of 8 number)12
Your password is: gT$3@kLp!mZq
__________________________________________
| Thanks for using the Password Generator |
------------------------------------------
python main.py
Standard library only (random, string).