Skip to main content

An advanced password generator

Project description

pw_gen

A simple password generator written in Python 3.11

Usage

Options:

pw_length = 16 # Length of the password (integer)
pw_type = "upper,lower,number,symbol,legible" # Type of the password (string)

Types:

upper = Uppercase letters
lower = Lowercase letters
number = Numbers
symbol = Symbols
legible = Legible characters (no 0, O, 1, l, I)

Example:

from pw_gen import Password
pw = Password(pw_length=16, pw_type="upper,lower,number,special,legible")
print(pw.password())

Output:

Xy4@9#3$7%8&1!23

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

advanced-pw-gen-1.1.7.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

advanced_pw_gen-1.1.7-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

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