A package to generate names by country
Project description
nameCreator
A python name generator.
This is a python package for name generation. It can generate names from different countries, and can generate both male and female names. Current languages: "american", "russian", "spanish", "italian", "german","french","swedish", "finnish".
Installation
pip install nameCreator
Usage
In python file
firstNameMale = nameCreator.firstM.FirstNameMale('nationality')
print(firstNameMale)
lastName = nameCreator.last.LastName('nationality')
print(lastName)
firstNameFemale = nameCreator.firstF.FirstNameFemale('nationality')
print(firstNameFemale)
lastName = nameCreator.last.LastName('nationality')
print(lastName)
In command line
nameCreatorCLI generate --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nameCreator-0.8.2.tar.gz
.
File metadata
- Download URL: nameCreator-0.8.2.tar.gz
- Upload date:
- Size: 210.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
064801d3e4251fe987107275a04717ba89c11cbd9b65317829ef0b739f8536f1
|
|
MD5 |
712f07fadcff06dd2d2331cd9b881845
|
|
BLAKE2b-256 |
4e4f9a1ba82baaeef1be947ac978ce6011cf5c52a6c1aaba8abdfe5732a6a6ed
|
File details
Details for the file nameCreator-0.8.2-py3-none-any.whl
.
File metadata
- Download URL: nameCreator-0.8.2-py3-none-any.whl
- Upload date:
- Size: 214.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bc20d22a18889d29b2f4155fddabefc6ab649d79257c319d6bc59c4dc82df230
|
|
MD5 |
57eade80f5bd38f2849992783c9a2ee3
|
|
BLAKE2b-256 |
266f4d2a68059f13c863699c698a2cfb9abe22dc32e5fb2b062b279489424f3c
|