An elevator pitch generator for the Faker Python package.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elevator-pitch-faker-0.2.0.tar.gz.
File metadata
- Download URL: elevator-pitch-faker-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e602bafb38f2dcf5a642403faa2a0c7c7079339b83048e53e4a52a7267e25f
|
|
| MD5 |
c4d5e9abf72046eaca304ad443a41630
|
|
| BLAKE2b-256 |
2628cde8ab8ee969faa3acd1dfccbb42edbf659afbf53f18009ebaa53a342002
|
File details
Details for the file elevator_pitch_faker-0.2.0-py3-none-any.whl.
File metadata
- Download URL: elevator_pitch_faker-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96eb0d1f0c9d0ce060f7a004a0b15e48b8ebceac1f653980cb62ff464682045c
|
|
| MD5 |
f2dbbdefc094da50e37e6154a9ee6803
|
|
| BLAKE2b-256 |
04f6ae2d3d976ffc7271ce7446aa9f3691e13eb924094a9498a7a1defc76c3ac
|