Skip to main content

Generate full turkish names

Project description

Turkish Full Name Generator

Installation

pip install turkishfullnamegenerator

Usage

import turkishfullname 
fullname=turkishfullname.generate_name("erkek")
print(fullname) #return str
ten_names=turkishfullname.generate_names("kadin") #return list of str
five_names=turkishfullname.generate_names("erkek",5)

generate_name(gender)

Gender must be kadin,kadın,woman,erkek,man.

generate_names(gender,howmany)

howmany is positive integer. Gender is same as generate_name's gender.

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

turkishfullnamegenerator-0.0.5.tar.gz (3.0 kB view hashes)

Uploaded Source

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