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.