Metadata-Version: 2.1
Name: bruhbook
Version: 1.0.1
Summary: 
Author: ethanlchristensen
Author-email: ethanlchristensen@outlook.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bruhcolor (>=0.0.64,<0.0.65)
Requires-Dist: docx2pdf (>=0.1.8,<0.2.0)
Requires-Dist: flask (>=3.0.1,<4.0.0)
Requires-Dist: openai (>=1.10.0,<2.0.0)
Requires-Dist: python-docx (>=1.1.0,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: spire-doc (>=12.1.0,<13.0.0)
Description-Content-Type: text/markdown

# GPTBookMaker

A notebook to create stories using ChatGPT

I used poetry to package management

### Usage

In `main.ipynb`, update the `story_type` and `target_audience` with what you what and run all cells.

### Notes

Is rough at recognizing the previous storyline - will be fixed, thanks!

Need Word installed on computer to work to get PDF. Otherwise this will fail and we will just have docx, no problem!

