Generate strong passwords quickly
Project description
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.
Visit Change Log
Visit the documentation
How to install
PyPi project : https://pypi.org/project/password-generator-module/
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)
> FYsY>uFnHnp^
We are actively working on new features that will be available soon. Any contribution is welcome 😃
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file password-generator-module-0.1.1.tar.gz
.
File metadata
- Download URL: password-generator-module-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e88adf2caecdd1ba43142bb8c1c5dfc7c469dc89291207df0d1e28fcb92a70e |
|
MD5 | 2b74826b9f310c7b54bc0cc11d904346 |
|
BLAKE2b-256 | a967524d27a1a998c6cd81d5e2945cfd374b2cd68c0d1198ac6bea8b14e60393 |