Last updated:
0 purchases
gameofthrones 0.1.7
Command line tool to generate words that sound like characters from Game of Thrones. Useful for
unique project names, host names and the occasional stray cat.
Installation
You can install the Game of Thrones Namer using pip:
$ pip install game-of-thrones
Usage
You can use the game-of-thrones command from the shell to run the Game of Thrones Namer:
$ game-of-thrones --help
Generate words that sound like characters from Game of Thrones.
Usage:
game-of-thrones [--quantity=<number>] [--min=<length>] [--max=<length>] [--json]
game-of-thrones (-h | --help | --version)
Options:
--version show program's version number and exit.
-h, --help show this help message and exit.
-q, --quantity=<number> the quantity of words to generate [default: 10].
--min=<length> the minimum length of each word [default: 4].
--max=<length> the maximum length of each word [default: 10].
-j, --json output the names in JSON format.
License
Copyright © 2014 Matt Deacalion Stevens, released under The MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.