文件名称:RandomWords:随机词
文件大小:411KB
文件格式:ZIP
更新时间:2024-06-12 12:44:31
Python
随机词 概述 RandomWords是一个有用的软件包,用于生成随机单词,昵称,电子邮件和lorem ipsum。 安装 快速方法: pip install RandomWords 或者: git clone https://github.com/tomislater/RandomWords.git cd RandomWords python setup.py install 如何使用 请参阅
【文件预览】:
RandomWords-master
----setup.py(2KB)
----.gitignore(259B)
----.travis.yml(563B)
----MANIFEST.in(57B)
----LICENSE.txt(1KB)
----.github()
--------FUNDING.yml(512B)
----README.rst(786B)
----random_words()
--------random_words.py(6KB)
--------__init__.py(345B)
--------nicknames.dat(31KB)
--------dmails.dat(48KB)
--------lorem_ipsum.dat(3KB)
--------lorem_ipsum.py(2KB)
--------nouns.dat(54KB)
--------test()
----CHANGES.txt(877B)
----.coveragerc(27B)
----docs()
--------random_words.rst(502B)
--------_build()
--------Makefile(7KB)
--------index.rst(471B)
--------conf.py(9KB)
--------make.bat(7KB)
--------how_to_use.rst(3KB)