Skip to main content

A package to generate names by country

Project description

nameCreator

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"

Installation

pip install nameCreator

Usage

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)

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.1.0.tar.gz (37.6 kB view hashes)

Uploaded Source

Built Distribution

nameCreator-0.1.0-py3-none-any.whl (39.7 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