Skip to main content

Dr. Steve Brule name generator

Project description

Dr. Steve Brule Name Generator

Simple module that generates names that even Dr. Steve Brule could say correctly (example of Dr. Brule on YouTube)

I thought it'd be fun to make my own Python package and publish it to PyPi, so this is the result

It's kinda handy for making dummy data or other random usecases when you need a list of names

Installation

pip install brule

Usage

>>> import brule as b
>>> 
>>> # random name
>>> b.full_name()
'Franky Rangus'
>>> 
>>> # generate based on a name
>>> b.full_name('Steve', 'Brule', 'male')
'Stevie Bringus'

Help

>>> import brule as b
>>> 
>>> # use built-in `help` utility
>>> help(b.full_name)
>>> help(b.first_name)
>>> help(b.last_name)

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

brule-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

brule-0.2.0-py3-none-any.whl (4.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