Metadata-Version: 2.1
Name: subtrans
Version: 1.0.2
Summary: Python Subtitle Translator as a command-line tool
Home-page: https://github.com/Alireza-Gerami/SubtitleTranslator
Author: Alireza Gerami
Author-email: alireza.gerami4030@gmail.com
License: MIT
Download-URL: https://github.com/Alireza-Gerami/SubtitleTranslator/archive/main.tar.gz
Description: [![MIT License][license-shield]][license-url]
        # SubtitleTranslator
        
        SubtitleTranslator is a python subtitle translator as a command-line tool.
        
        ### Installation
        
        ```sh
        $ pip install subtrans
        ```
        ### Usage
        
        ```sh
        $ subtrans translate subtitle.srt --src en --dest fa
        ```
        
        License
        ----
        
        MIT
        
        <!-- MARKDOWN LINKS & IMAGES -->
        [license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
        [license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
Keywords: TRANSLATE,TOOLS,SUBTITLE
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
