Table of Contents
pipx install pm-vtt2txt
Then run:
vtt2txt my_file.vtt
This package is installed under the pm
package namespace.
To use it in Python code import like this:
from pm.vtt2txt import vtt_to_text
hatch build
hatch publish
pm-vtt2txt
is distributed under the terms of the MIT license.