Create a password trought the command line with python

password_generator

Password Generator allow you to create a password trough your terminal.

Install Requirement

pip install requirements.txt

make sure to be in the parent folder and to have a virtual envrionment

Usage

Use without interactive command line interface

python app/password_generator.py [password lenght] #if you are in the parent folder
python password_generator.py [password lenght] #if you are in the app folder
passowrd_generator.py [password lenght] #if you are in the app folder

Use with interactive command line interface

python app/password_generator.py #if you are in the parent folder
python password_generator.py #if you are in the app folder
passowrd_generator.py #if you are in the app folder

The passowrd can not be shorter than 5 characters, if giving a lenght shorter than 5 it will default

 

 

 

To finish reading, please visit source site