Input any book title and it will generate a full book in PDF format.
you will need the opanAI api and fpdf installed this can be installed with
pip install openai
pip install fpdf
clone and cd into the folder
git clone https://github.com/earthonion/ChatGPT-Book-Generator/
cd ChatGPT-Book-Generator/
you will need to get an openai API key. you can this this from your user settings.
Then edit config.py file to include this key.
once you get that done just run:
python book_gen.py