Skip to content

Releases: RawBOT/txt-to-vita-manual

v1.3: Download Functionality

04 Oct 20:44
Compare
Choose a tag to compare

New Features:

v1.2: New Image Modes

01 Oct 20:24
Compare
Choose a tag to compare

New Feature:

Output manual images in different sizes for different experiences:

Modes

  • Fullscreen: Native Fullscreen (960x544)
  • Native Width Scrollable: Native Width with Scrolling (960x750)
  • Max Height Scrollable: Max Possible Height with Scrolling (480x1500)
  • Minimum Width Scrollable: Minimum Width with Scrolling (544x1420)
  • Best Width Scrollable: 720px Width with Scrolling (720x1072)
  • Vertical: Native Fullscreen, but rotated. Hold your Vita sideways! (544x960)

Other changes:

  • Open text files in UTF-8 encoding by default. Fallback is system default (e.g. Windows = 'cp1252')
  • Replace tabs in text file with spaces in image
  • Add command line input arguments

v1.1 Small Adjustments

22 Sep 20:08
Compare
Choose a tag to compare

Changelog:

  • Changed output directory to Manual/ for easy usage on the Vita..
  • Fixed crash when output directory already exists

v1.0: Initial Release

22 Sep 17:56
Compare
Choose a tag to compare

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.