Generate names in every language.
Project description
Name4py
Generate names in every language.
Installation
- From PyPi
pip install -U name4py
- From Github
pip install git+https://github.com/vortezwohl/Name4py.git
Quick Start
- Import SDKs
from name4py import NameGenerator, Country, Gender
- Generate names
chinese_name = NameGenerator(Country.CHN).next_name(Gender.Female, surname_first=True, hyphenate=False)
french_name = NameGenerator(Country.FRA).next_name(Gender.Male, surname_first=False, hyphenate=True)
print(chinese_name)
print(french_name)
output:
高思涵
Frédérick St-Martin
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
name4py-0.0.1.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file name4py-0.0.1.tar.gz.
File metadata
- Download URL: name4py-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a8519b1356edafb94f504d686034e30bbf667d36bf8e0c5b50e7b585f9eb24b
|
|
| MD5 |
cd1e02cc8ac65f7553f6182b968d354c
|
|
| BLAKE2b-256 |
7c8f242ed2b8369b6d04e89e155a574d7ef5cdfe5462e556bcba2a8a2db5660a
|
File details
Details for the file name4py-0.0.1-py3-none-any.whl.
File metadata
- Download URL: name4py-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d975808ab9ccc3c5d171237930cd97e52e88b27b4f3c419ee506ce8c6c740403
|
|
| MD5 |
f7c7e8f7b9feac1a7bbc5b63bcafc132
|
|
| BLAKE2b-256 |
3dbd8b0710b9be21e5ecc4f07c5b717e8d33826856c75152a285e51efe295876
|