Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 958 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 958 Bytes

Koikatsu Automated Subtitles

Tests

Command line tools to automate simple subtitle processing for Koikatsu stories.

Basic function: Given a folder of images and a text file called a draft (which contains a list of subtitles we want to apply to a specific image), the program will automatically apply each subtitle to its corresponding image, and save the subtitled images to an output directory.

processed-image

Installation and Setup

The program is intended to work on a Windows OS with Python versions 3.8-3.11.

Open a Python virtual environment and install the Git repository. For example:

$ pip install git+https://github.com/pain-text-format/kksubs.git

You can find an example project and usage here, and view docs for more documentation.