Skip to main content

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.

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)
> 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

password-generator-module-0.2.0.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file password-generator-module-0.2.0.tar.gz.

File metadata

  • Download URL: password-generator-module-0.2.0.tar.gz
  • Upload date:
  • Size: 3.7 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

Hashes for password-generator-module-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8b62e38230d8eaf14edcb4fdd37c54dd543c4e6200443227c9779cfe23a90233
MD5 52bec8e6685e12cb843f2ab27d58d8d9
BLAKE2b-256 23ccb13f02bc5b84b120ad3d63dbadbf499d0454831cbb0378ecf1ba2a0cdb89

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page