Skip to content

v1.0: Initial Release

Compare
Choose a tag to compare
@RawBOT RawBOT released this 22 Sep 17:56
· 26 commits to main since this release

This script converts a text file into a format suitable to use as a Vita's Bubble manual. This works by rendering the text file into a series of PNG files, naming them as 001.png, 002.png, and so on, and maximizing as much space as possible.

Usage

The script has the following dependencies:

  • Python 3
  • Pillow pip install Pillow

To use the script version, just pass the text file as the first argument:
python txt-to-vita-manual.py text-file-example.txt

The executable version has all dependencies included, and is used similarly with the text file as an argument:
txt-to-vita-manual.exe text-file-example.txt

It'll output the images to an output directory in the working dir.