Metadata-Version: 2.4
Name: srt_adjust
Version: 0.0.1
Summary: Adjust the SRT (subtitle) file time in milliseconds.
Author-email: Ferdinand Silva <ferdinandsilva@ferdinandsilva.com>
Project-URL: Home, https://github.com/six519/srt_adjust
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/x-rst

srt_adjust
==========

Adjust the SRT (subtitle) file time in milliseconds

Installing Through PyPi
=======================
::

    pip3 install srt_adjust

Running the script
==================
::

    srt_adjust file.srt 1000

**Note:** Use negative value to subtract time.
