Skip to main content

Convert cumbersome strings into memorable phrases

Project description

xkcd936

Convert cumbersome strings into memorable phrases.

Installation

pip install xkcd936

Usage

from xkcd936 import visualize
memorable_str = visualize('k2dhE4hd@!Y')

About

This generator performs an MD5 hash of the input. The resulting bits are used to choose a grammatical template:

  • article adj adj animal
  • adj article adj animal

The dictionary can be upgraded to include patterns like:

  • verb article adj noun
  • article adj adj noun
  • article adv adj noun
  • adv verb article noun

and a word for each slot.

The total space is around 43 bits. This may not sound like much, but it doesn't matter.

Software doesn't just run on the computer -- it also runs in each of your users' heads. For many problems with user-facing software, "adding more bits" is the wrong solution. The right solution often involves tapping into the user's natural cognitive and social capabilities.

License

Released under MIT license.

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

xkcd936-1.0.0.macosx-10.13-x86_64.tar.gz (2.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