pyBegin / projects / pwd
🔐

Password Generator

Generate random, strong passwords from the command line.

30 linesRunnable

Password Generator

Generates a random password of a user-chosen length, drawn from lowercase and uppercase letters, digits and punctuation symbols.

Example

_____________________________________
| 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 |
------------------------------------------

How to run on localhost

python main.py

Dependencies

Standard library only (random, string).