Skip to main content

A library for generating secure passwords

Project description

A library for generating secure randomised passwords.

Usage (Simple password): from pw_gen import Simple

var = Simple(20)

print(var.generate(3))

print(var.return_result(1))

Usage (Complex password): from pw_gen import Complex

var = Complex(20, ‘both’, True, False)

print(var.generate(3))

print(var.return_result(1))

Usage (Memorable password): from pw_gen import Memorable

var = Memorable(True)

print(var.generate(3))

print(var.return_result(1))

Change Log

0.0.1 (13/03/2021)

  • First Release

0.0.2 (24/03/2021)

  • Second Release

0.0.3 (25/03/2021)

  • Third Release

0.0.4 (25/03/2021)

  • Fourth Release

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

pw_gen-0.0.4.tar.gz (4.4 kB view hashes)

Uploaded Source

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