Python program to generate random passwords with custom length
- The passwords generated in this program, aren't stored
- The recommended length of a password, is at least 8 characters
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.