命令行工具,生成听起来像《权力的游戏》中的角色的单词。适合命名项目,服务器和流浪猫。

name-of-thrones的Python项目详细描述


命令行工具,生成听起来像《权力的游戏》中的角色的单词。对 独特的项目名称,主机名和偶尔流浪猫。

Name of Thrones screenshot

安装

您可以使用pip:

$ pip install name-of-thrones

用法

您可以使用shell中的权力的名称命令来运行权力的名称:

$ 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.

许可证

版权所有©2016 Matt Deacalion Stevens,发布于MIT License

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何使用Spring和JSF向客户端授予临时权限   java除了Array/ArrayList之外,还有其他保存矩阵元素的方法吗   java BeanValidation不适用于单选按钮   通过java程序连接到配置单元数据库时出错   java如何使用maven解决二级依赖关系   JfreeChart/Java中带有图例的数据表   合并数组时发生java运行时错误   安全性如何在JavaEE中保护WebSocket端点?   java有没有一种方法可以使用insert方法为树插入值   java编程“静态”的另一种方式:代码可以吗?   java阅读文本文件时如何跳过3行   %04X在C中的含义以及如何在java中编写   java我如何验证一个方法不是仅在一个测试范围内对模拟调用的?   java如何在mac中使用启动appium desktop 1.6.1。球棒   仅匹配最多10位小数的java正则表达式