Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 748 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 748 Bytes

pm-vtt2txt

PyPI - Version PyPI - Python Version


Table of Contents

Installation

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

Publish

hatch build
hatch publish

License

pm-vtt2txt is distributed under the terms of the MIT license.