Fantasy Name Generator
A random name generator that produces names aligning (more or less) with common conventions for fantasy characters in fictional media such as Dungeons and Dragons or World of Warcraft.
Installation
python3 -m pip install fantasynames
Usage
The following name generating functions are provided for a variety of different stereotypical fantasy "races", as well as a few different "medieval-y" languages:
import fantasynames as names
names.elf()
# Example outputs: 'Farathia Eaviel', 'Iethian Willowblossom'
names.dwarf()
# Example outputs: 'Thrunnor Ironfury', 'Lothuna Strongmail'
names.hobbit()
# Example outputs: 'Libby Honeyfoot', 'Flublius Sweetscone'
names.french()
# Example outputs: 'Auland Roublac', 'Rondri de Clardalle'
names.anglo()
# Example outputs: 'Brandin of Avonlyn', 'Kallem Davenmere'
names.human()
# Example outputs: 'Danric du Tourbloc', 'Sumia Sageholme'
Note that human() provides a diverse mix of different first and last name styles, including anglo() and french()...and more!
Adding Languages
Want to fork this repo and use it to generate your own weird fantasy names? Or even better -- want to open a PR and contribute to this repo?
Check out the How to Add a New Name Generator Guide. And then if you want to ramp up the complexity, take a look at the Transformation Guide.
Release files for fantasynames 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fantasynames-0.0.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fantasynames-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.8 kB
Release files / fantasynames-0.0.1.tar.gz
| Download URL | fantasynames-0.0.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb753a4aef3fe121cc7d53b672fa7d4c79e5391853cc2713ccdf36c0f7e56a4f
|
|
BLAKE2b-256 checksum How to use checksums |
761d14863f2a9ede0473add6947b8aa295644ab1d26edcd45b24895220222701
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.5.0.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
|
Release files / fantasynames-0.0.1-py3-none-any.whl
| Download URL | fantasynames-0.0.1-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6e8906296f709f2f9de16e2fd28c3279e21f5060acefe4e4c15ae1a2d38fd21
|
|
BLAKE2b-256 checksum How to use checksums |
9adef4b107ff35918d849f8223d453146eeec847aa30db74241d4fad974691b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.5.0.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
|