Skip to main content

No project description provided

Project description

BruhBook

bruhbook is a Python package designed to interface with OpenAI, allowing users to create captivating short stories complete with custom cover art. This tool is perfect for writers, creators, and anyone interested in generating unique narratives with visually appealing covers.

Features

  • Generate short stories based on specific themes and target audiences.
  • Automatically create cover art for the stories.
  • Customizable story generation to suit different genres and styles.

Installation

To install bruhbook, simply run:

pip install bruhbook

Usage

Here is a basic example of how to use bruhbook to generate a short story with a cover image:

from bruhbook.bruhbook import BruhBook

bb = BruhBook(
    create_cover_image=True,
    wipe_files=False
)

story_type = "A cyberpunk knight fighting his way through hell. Flames, lava, dark, alien like plasma monsters"
target_audience = "Mature Adults"

bb.generate_story_outline(
        story_type=story_type,
        target_audience=target_audience
)

bb.story_generator(
    story_type=story_type,
    target_audience=target_audience
)

Requirements

  • Python 3.11 or later

Documentation

🚧 Under Construciton 🚧

Contributing

🚧 Under Construction 🚧

License

bruhbook is licensed under the Apache License. See the LICENSE file for more details.

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

bruhbook-1.0.17.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

bruhbook-1.0.17-py3-none-any.whl (12.8 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