Skip to main content

Simple memorizable password generator.

Project description

pypi travis codecov downloads

Mempass

Simple memorizable password generator

See http://xkcd.com/936/

Adapted from https://github.com/jesterpm/bin/blob/master/mkpasswd

pip install mempass

on the command line

$ mempass 4
password: celeriac waggable endoss oxytocia
score: Strong! (4)

in python

>>> from mempass import mkpassword
>>> password = mkpassword(4)
>>> print(password)
celeriac waggable endoss oxytocia

or

>>> from mempass import PasswordGenerator
>>> pwgen = PasswordGenerator(nwords=4)
>>> print(pwgen.password)
celeriac waggable endoss oxytocia

>>> print(pwgen.score)
4

>>> print(pwgen.warning)
""

>>> print(pwgen.suggestions)
""

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mempass-0.1.2-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file mempass-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: mempass-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 16.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for mempass-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b9c862fef1542c1c85058ab3dc478af2d33761ab1bbbedaed8d488e087ee0313
MD5 0d6070e79cf70f2f33cfa2cc2ceee42b
BLAKE2b-256 5e591ad939058d3dc0dd69942b3220e1ce279777de5a08f8df197e26d0d513f8

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