Skip to content

Microck/DialogueTextbox-Generator

Repository files navigation

Dialogue Textbox Generator

Generate Undertale/Deltarune-style dialogue videos with typing animation.

🌟 Web Version (Recommended)

Use the Web Version for the best experience!
The Python CLI/GUI tools are legacy and limited in features. The web version offers a modern interface, live preview, custom fonts, GIF/MP4 export, and much more.

micr-dev-1920x1080desktop-b18983

Legacy Python Tools

Note: These tools are considered deprecated. Please use the web version above.

GUI

Features

  • Typing animation with punctuation pauses
  • Solid color, gradient, or image backgrounds
  • Export to MP4, WebM, or GIF
  • GUI, TUI, and CLI interfaces

Installation

pip install -r requirements.txt

Requires Python 3.8-3.12 (pygame doesn't support 3.14 yet).

Usage

GUI

python gui.py

Type dialogue directly, choose background type, and generate.

TUI

python tui.py

Interactive terminal interface with the same features.

CLI

# Solid background
python generate.py -i dialogue.txt -o output.mp4

# Gradient background
python gradient.py -i dialogue.txt --gradient vertical --format webm

License

Public domain.

About

generate RPG-style / Undertale style dialogues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published