All Projects → Matt-Deacalion → Name-of-Thrones

Matt-Deacalion / Name-of-Thrones

Licence: MIT license
Generate new words that sound like Game of Thrones characters. Good for project names and stray cats.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Name-of-Thrones

lua-namegen
Lua Name Generator
Stars: ✭ 48 (+9.09%)
Mutual labels:  name-generation
namebot
A company/project name generator for Python. Uses NLTK and diverse techniques derived from existing corporate etymologies and naming agencies for sophisticated word generation and ideation.
Stars: ✭ 44 (+0%)
Mutual labels:  name-generation
neural-namer
Fantasy name generator in TensorFlow
Stars: ✭ 65 (+47.73%)
Mutual labels:  name-generation
rebacklogs
Re:Backlogs is an Open Source Project Management Tool.
Stars: ✭ 163 (+270.45%)
Mutual labels:  project-planning
Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+12029.55%)
Mutual labels:  project-planning
system-design-master-plan
🥇 Roadmap to becoming a system design and architecture master
Stars: ✭ 172 (+290.91%)
Mutual labels:  project-planning
nomdebebe
A simple, private tool to help pick a baby name.
Stars: ✭ 254 (+477.27%)
Mutual labels:  name-generation

Name of Thrones

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.

Name of Thrones screenshot

Installation

You can install the Name of Thrones using pip:

$ pip install name-of-thrones

Usage

You can use the name-of-thrones command from the shell to run Name of Thrones:

$ name-of-thrones --help

Generate words that sound like characters from Game of Thrones.

Usage:
  name-of-thrones [--quantity=<number>] [--min=<length>] [--max=<length>]
                  [--json] [--nocolour] [--alphabetical] [--length] [--reverse]
  name-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 words in JSON format.
  -n, --nocolour           output the words without colourization.
  -a, --alphabetical       output the words in alphabetical order.
  -l, --length             output the words in order of their length.
  -r, --reverse            reverse the order of the words.

License

Copyright © 2016 Matt Deacalion Stevens, released under The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].