joe-username

Generate a bunch if words Joe says


License
MIT
Install
pip install joe-username==0.2.0

Documentation

joe-username

Generate a username with words directly from the Joe Dictionary

Installation

pip3 install joe-username to install the CLI for the generator.

Usage

The CLI

# To generate a Joe username with 4 words.
$ joe-username 

# To generate a Joe username with 5 words.
$ joe-username 5 

As a python module

from joe_username import generate

# prints a joe username with 4 words from the joe dictionary
print(generate())

# prints a joe username with 5 words from the joe dictionary
print(generate(5))

The Joe Dictionary

You can get all the words from the Joe Dictionary by importing JOE_DICTIONARY from joe_username like below.

from joe_username import JOE_DICTIONARY