republicdopa.blogg.se

Fantasy name generator algorithm
Fantasy name generator algorithm












fantasy name generator algorithm
  1. #FANTASY NAME GENERATOR ALGORITHM INSTALL#
  2. #FANTASY NAME GENERATOR ALGORITHM CODE#

#FANTASY NAME GENERATOR ALGORITHM CODE#

We do code formatting with Python Black, additional linting with flake8, and type checking with mypy. Anytime you need to add a package, use: poetry add PACKAGE_NAME_HERE

#FANTASY NAME GENERATOR ALGORITHM INSTALL#

After checking out the repo, use poetry install to install all the required dependencies. This package uses Poetry for package management. human ( 'female' ) # this will generate a feminine name Contributing Poetry human ( 'male' ) # this will generate a masculine name names. human ( 'any' ) # this is equivalent to the above, in case you want to be specific names. human () # this will randomly generate either a male or female name names. You can also pass a string argument to specify whether you want to recieve masculine or feminine names. Note that human() provides a diverse mix of different first and last name styles, including anglo() and french().and more!

fantasy name generator algorithm

human () # Example outputs: 'Danric du Tourbloc', 'Sumia Sageholme' anglo () # Example outputs: 'Brandin of Avonlyn', 'Kallem Davenmere' names. french () # Example outputs: 'Richert Roublac', 'Clavena de Clardalle' names. The first 4 names are a combination of an optional adjective, a noun, and an synonym for gang or brotherhood as the end. The names have been separated into 3 categories. The names could be used for both nefarious gangs, as well as honorable brotherhoods of course. hobbit () # Example outputs: 'Libby Honeyfoot', 'Flublius Sweetscone' names. This name generator will give you 10 random names for gangs, clans, brotherhoods, and other organized groups. dwarf () # Example outputs: 'Dagdr Steelbeard', 'Thorinna Ironstrike' names. elf () # Example outputs: 'Farathia Eaviel', 'Iethian Willowblossom' names. The following name generating methods are provided for a variety of different stereotypical fantasy "races", as well as a few different "medieval-y" languages: import fantasynames as names names. 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.














Fantasy name generator algorithm