sreyfe / ai_visual_novels

Visual novels from rusdracor: https://dracor.org/rus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai_visual_novels

AI generation of RenPy visual novels from tagged plays on [DraCor.org]. Uses ChatGPT and DALL-E to generate backgrounds and character sprites.

You can either input your OpenAI API key as an option (--key) or modify the code (openai.api_key = "").

usage: AI Visual Novels from DraCor [-h] [--key KEY] [--output OUTPUT] [--character_style CHARACTER_STYLE]
                                    [--background_style BACKGROUND_STYLE]
                                    text

positional arguments:
  text                  Path to DraCor tagged drama to be transformed

options:
  -h, --help            show this help message and exit
  --key KEY             Your OpenAI key
  --output OUTPUT       Specifies an output directory
  --character_style CHARACTER_STYLE
                        Gives a style reference for the character sprites. Defaults to "yugioh."
  --background_style BACKGROUND_STYLE
                        Gives a style reference for the backgrounds.

Some screenshots from Lessing's Emilia Galotti: Screenshot from 2023-03-13 13-51-51 Screenshot from 2023-03-13 13-51-27 Screenshot from 2023-03-13 13-50-50

About

Visual novels from rusdracor: https://dracor.org/rus


Languages

Language:Ren'Py 86.9%Language:Python 13.1%