密码生成器的灵感来自http://xkcd.com/936/

python-ninethreesix的Python项目详细描述


Current ReleaseLicense

密码生成器

用法

来自python:

>>> from ninethreesix import Password
>>> p = Password(num_words=3, min_len=3, max_len=6)
>>> p.as_string()
'whelp-word-out'

或者直接运行模块:

$ python -m ninethreesix.password

show-sine-Troy

名字是什么?

见:http://xckd.com/936/

许可证

这里的代码是在麻省理工学院的许可证下提供的。

单词列表

捆绑词列表来自grady ward的moby词列表,它是 在公共域中列出。

捆绑的word文件是common.txt,即:

74,550 common dictionary words (common.txt) A list of words in common with two or more published dictionaries. This gives the developer of a custom spelling checker a good beginning pool of relatively common words.

原始来源见: http://www.gutenberg.org/ebooks/3201

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

推荐PyPI第三方库


热门话题
java打印报告使Apache无响应   java如何在Gson中设置字段名(如果它是值)?   java从不同类的数组中获取元素   playframework迁移到2.4后在playframework中运行测试时出错。x(Java)   java Play框架1。使用@AllowFeature控制器方法进行x功能测试   java远离子对象:从继承中删除受保护的字段   将空函数作为参数传递给java函数   java IntelliJ IDEA找不到生成的配置元数据文件   java如果页面在过去24小时内没有更新,我无法通过Google Sites API获取页面条目   CheckedChangeListener上的java切换按钮,将首选项始终保存为空   可比Java:使用CollatorKey对集合进行排序   java如何在html中单击链接时传递一定数量的数据?   arraylist列表<MyModel>。包含(MyModel)java不工作   java使用一种方法将组件添加到数组中,如何实现?   java Android RecyclerView First and Last Item click在双击首次加载后生效   java如何获取mongodb数据库名,其中connect client在4中定义。x驱动程序   java Spring数据jpa,jpa替换DTO对象的字符串的正向返回列表   java找不到明确的意图,安卓   如何检查Java类中的每个变量是否都包含Null?