Skip to main content

An elevator pitch generator for the Faker Python package.

Project description

Latest version released on PyPi Apache license version 2.0 Python Versions

elevator_pitch_faker is a provider for the Faker Python package which creates a humorous elevator pitch for your next novel/movie. Inspiration drawn from this article.

Install

Install with pip:

$ pip install elevator-pitch-faker

Or install with setup.py:

$ git clone https://github.com/jnyjny/elevator-pitch-faker.git
$ cd elevator-pitch-faker && python3 setup.py install

Uninstall with pip:

$ pip uninstall elevator-pitch-faker

Usage

Add the StoryPitchProvider to your Faker instance:

from faker import Faker
from elevator_pitch_faker import StoryPitchProvider

fake = Faker()
fake.add_provider(StoryPitchProvider)

print(fake.story_pitch())

View the methods defined by ElevatorPitchProvider:

$ pydoc3 elevator_pitch.StoryPitchProvider

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

elevator-pitch-faker-0.2.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

elevator_pitch_faker-0.2.0-py3-none-any.whl (6.2 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