Metadata-Version: 2.1
Name: subtrans
Version: 1.0.3
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
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
Requires-Dist: click (~=7.1.2)
Requires-Dist: pysrt (~=1.1.2)
Requires-Dist: googletrans (~=4.0.0rc1)
Requires-Dist: tqdm (~=4.54.1)

[![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

