Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 533 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 533 Bytes

Python Password Generator

Python program to generate random passwords with custom length

Disclaimer:

  • The passwords generated in this program, aren't stored
  • The recommended length of a password, is at least 8 characters

Usage:

To use, you need to clone the repo:

git clone https://github.com/leonardob0rges/PyPasswordGen

Go to the repo folder:

cd PyPasswordGen

And to execute the program, type:

python3 password-gen.py

You can generate passwords with length until 87 characters.