Skip to main content

Reusable Python components to be shared with some Python projects

Project description

Perseus Name Generator Python Library

Wrapper of Joao HENRIQUES's name-gen library, a small module to generate names for characters, places, etc.

To install Perseus Name Generator Python Library, simply enter the follow command line:

pip install perseus-name-generator

For generating names with a specific language, simply get an instance of the word generator for this language and call the method generate_name. For example:

>>> from majormode.utils.namegen import NameGeneratorFactory
>>> name_generator = NameGeneratorFactory.get_instance(NameGeneratorFactory.Language.Japanese)
>>> name_generator.generate_name()
'Ishimmi'
>>> name_generator.generate_name()
'Suita'
>>> name_generator.generate_name()
'Tashirara'
>>> name_generator.generate_name()
'Miyakai'
>>> name_generator.generate_name()
'Miharadase'

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

perseus-name-generator-library-1.1.0.tar.gz (279.4 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page