Skip to content

Frit-Apps/password-generator-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator Module

An incredible module capable of generating very secure passwords. This project has been adapted from the original version, which is an interactive script.

GitHub release (latest by date) GitHub Documentation Status

Visit Change Log

Visit the official documentation

How to install

PyPi project

To install the module, you must type the following command in the console :

pip install password-generator-module

How to use

To use the module, it is necessary to import it before :

from password_generator.password import Password

How to generate a password

# Instantiate the password object
p = Password()

# Let's use the function generate_password () to generate a password of 12 characters
password = p.generate_password(12)

# Show the generated password
print(password)
> E=Ym*08jYa<I

We are actively working on new features that will be available soon. Any contribution is welcome 😃

Discord Server

We have a discord server in case you have any questions or want to be informed about the project news. Do not hesitate to join us, we are waiting for you.