Skip to main content

Simple script that generates pronounceable passwords.

Project description

psswrd

Simple script with a GUI that generates pronounceable passwords and places them on the clipboard.

Description

I always have to make passwords and answer security questions. This script makes it easy to create random text strings and paste them into forms.

Installation

Install psswrd as follows:

pip install psswrd

Usage

Use psswrd as follows:

  1. Start the GUI.
  2. A random password will appear in the Password field. It will also be copied onto the clipboard.
  3. If you like the password, press Done and psswrd will close.
  4. If you don't like the password, press Again and another password will appear and be copied onto the clipboard.
  5. If there are restrictions on allowable passwords, you can specify a format in the Template field using the following characters:
    1. l stands for a random lowercase letter from a-z.
    2. u stands for a random uppercase letter from A-Z.
    3. m stands for a random mixed-case letter from A-Za-z.
    4. d stands for a random digit from 0-9.
    5. p stands for a random punctuation character from !@#$%&*+-=?;.
    6. Any other character is copied directly into the password.

FAQ

Why do you say the passwords are pronounceable?

The letters A-Z are randomly selected such that they follow a probability distribution based on trigrams extracted from a corpus of text. So the strings of letters kind of look like words and are often pronounceable although it's not guaranteed.

What text is used for the corpus?

The probability distribution of letter trigrams was generated from the text of the short story "Day of the Comet" found on Project Gutenberg.

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

psswrd-0.1.0.tar.gz (226.4 kB view details)

Uploaded Source

File details

Details for the file psswrd-0.1.0.tar.gz.

File metadata

  • Download URL: psswrd-0.1.0.tar.gz
  • Upload date:
  • Size: 226.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.61.1 CPython/3.9.5

File hashes

Hashes for psswrd-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9b3ecdbdc168bc7eee31b9fcbc51151d3d11e28cd61d674414d3b480385cb3f9
MD5 6ef2197e956ad8015c5a5f2361f56b2b
BLAKE2b-256 f59872addd8350a9365bcee853c45f2c6d3f54467ef398549a39b4bc5f7249bc

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