Skip to content

Generate an xkcd passphrase randomly selected from a list of words.

License

Notifications You must be signed in to change notification settings

cburmeister/pwgen_xkcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwgen_xkcd

Generate an xkcd passphrase randomly selected from a list of words.


Install

$ python setup.py install

Usage

Check out the help for all available arguments:

Usage: pwgen_xkcd [OPTIONS] FILENAME

    Generate an xkcd passphrase randomly selected from a list of words.

Options:
    --n INTEGER                Number of passphrases to generate.
    --max_words INTEGER        Number of words.
    --min_word_length INTEGER  Minimum word length.
    --max_word_length INTEGER  Maxmimum word length.
    --help                     Show this message and exit.

Example

Using a local dictionary:

$ pwgen_xkcd --n 1 /usr/share/dict/words
juicycoffeespoilenigma

About

Generate an xkcd passphrase randomly selected from a list of words.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages