通过扑克牌生成密码

pokerware的Python项目详细描述


扑克软件

不想手动查找pokerware单词的应用程序。

用法

usage: pokerware [-h] [--formal | --slang | --custom CUSTOM_PATH]
                 code [code ...]

Generate Pokerware password

positional arguments:
  code                  A sequence of (Value, Suit, Value, Suit, Suit) entries

optional arguments:
  -h, --help            show this help message and exit
  --formal              Lookup words in the 'formal' wordlist
  --slang               Lookup words in the 'slang' wordlist
  --custom CUSTOM_PATH  Lookup words in a custom wordlist

示例

$ pokerware --formal ACADD ACTCC 3C4CH 5STHS
abide anemia fake peace
$ pokerware --slang ACADD
abate

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

推荐PyPI第三方库


热门话题
java OpenShift的齿轮特性   java如何在Liferay站点的每个页面上放置公司地址和电话?   java确定整数数组中是否存在一个子集,在两个条件下求和到给定的目标值   序列化为什么java中的serialVersionUID必须是静态的、最终的、长类型的?   java响应返回null   java注入接口实现Quarkus   java我不明白为什么第二次排序的运行时间比第一次慢?   (Java)显示图像的最佳方式?   java Android应用程序因添加布局而崩溃   java如何在运行时获取泛型变量的类   java Selenium web驱动程序:无效的选择器:*:WebKitFullScreenSentor   Spring中的java注入值始终为空   Eclipse中带有TestNG插件的@BeforeSuite和@AfterSuite的java问题   使用trycatch块、filewriter和printwriter在java中创建自定义类   如何在Java 安卓上绘制相交的两条线