Installation#

Subsy is available on PyPI and can be readily installed via

pip install subsy

Pip will automatically install the following dependencies:

  • Srt3 — For reading subtitles in the SubRip format.

  • Aeidon — For reading and writing various other formats.

  • Chardet — To detect text encoding of input files.

Run pip uninstall subsy in order to remove the package from your system, though note that this will not uninstall the dependencies.