Skip to main content

A package to generate names by country

Project description

nameCreator

GitHub issues GitHub forks GitHub stars GitHub license

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nameCreator-0.8.2.tar.gz (210.2 kB view hashes)

Uploaded Source

Built Distribution

nameCreator-0.8.2-py3-none-any.whl (214.9 kB view hashes)

Uploaded Python 3

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