文件名称:names:随机名称生成器
文件大小:790KB
文件格式:ZIP
更新时间:2024-08-13 09:19:13
Python
名字 随机名称生成器 安装 该脚本上。 使用 pip 安装: pip install names 用法 名称可用作命令行实用程序或作为 Python 包导入。 命令行使用 要从命令行使用脚本: $ names John Powell Python 包使用 以下是所有当前功能的示例: >>> import names >>> names.get_full_name() u'Patricia Halford' >>> names.get_full_name( gender = ' male ' ) u'Patrick Keating' >>> names.get_first_name() 'Bernard' >>> names.get_first_name( gender = ' female ' ) 'Christina' >>> names.get_last_name() 'Szc
【文件预览】:
names-master
----setup.py(1KB)
----.gitignore(311B)
----CHANGES.rst(291B)
----names()
--------dist.female.first(146KB)
--------__init__.py(1KB)
--------dist.male.first(42KB)
--------dist.all.last(2.96MB)
--------main.py(151B)
----.travis.yml(198B)
----MANIFEST.in(88B)
----test_names.py(3KB)
----LICENSE.txt(1KB)
----README.rst(1KB)
----.coveragerc(135B)
----AUTHORS.rst(97B)
----CONTRIBUTING.rst(2KB)
----runtests.sh(59B)
----test()
--------last.txt(36B)
--------empty.txt(0B)
--------file1.txt(175B)
--------female.txt(38B)
--------male.txt(36B)
----.editorconfig(224B)
----tox.ini(316B)