Metadata-Version: 1.1
Name: sync_subtitle
Version: 1.0.0
Summary: Subtitle (SRT) synchronizer
Home-page: https://github.com/paKanhu/sync_subtitle
Author: Prasannajit Acharya - Kanhu
Author-email: prasannajit.acharya.kanhu@gmail.com
License: GNU General Public License v3 (GPLv3)
Description: Subtitle (SRT) Synchronizer
        ---------------------------
        
        Synchronizes a .srt subtitle file.
            - Takes time in millisecond
            - Option for delaying and hastening
            - Option for in-place modification
            - Does not make change any change, if ending time of subtitle file is
              smaller than starting time, which occurs when delaying more than the
              starting time of the subtitle. It generally occurs for first subtitle.
        
        This version requires Python 3 or later.
        
        
Keywords: subtitle,srt,synchronizer
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
