Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 246 Bytes

Get random password program

Python program to randomly generate input-length passwords.

Use by running this command in your command line:

python3 path/to/get_password.py <int_number>

For example:

python3 get_password.py 10