Metadata-Version: 2.1
Name: subtrs
Version: 1.1
Summary: A simple tool that translates video subtitles
Home-page: https://gitlab.com/dslackw/subtrs
Author: Dimitris Zlatanidis
Author-email: d.zlatanidis@gmail.com
License: UNKNOWN
Keywords: video,translate,subtitles,google
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Text Processing
Classifier: Topic :: Terminals
Requires-Python: >=3.9
Provides-Extra: optional
Provides-Extra: docs
License-File: LICENSE.txt

.. contents:: Table of Contents:

About
-----

Translate video subtitles

**subtrs** is a simple tool that translates subtitles from files.

| The main idea came when using the YouTube auto-tool to translate my videos subtitles, I saw that the translation sucked.
| So I decided to create this simple tool and translate my subtitles more successfully.

|

.. image:: https://gitlab.com/dslackw/images/raw/master/subtrs/subtrs.gif
   :target: https://gitlab.com/dslackw/subtrs

	
Installing
----------

.. code-block:: bash

   $ pip3 install subtrs --upgrade

 
Command line usage
------------------

.. code-block:: bash

   Usage: subtrs [subtitles_file] [destination lang]

          Simple tool that trlanslates video subtitles

          Support subtitles files [*.sbv, *.vtt, *.srt]
          Destination language [en, de, ru] etc.

          --color    Show translate text language with colour.
          --silent   Silent method, without viewing.
          --version  Show the version and exit.
          --help     Show this message and exit.


Donate
------

If you feel satisfied with this project and want to thanks me make a donation.

.. image:: https://gitlab.com/dslackw/images/raw/master/donate/paypaldonate.png
   :target: https://www.paypal.me/dslackw

          
Copyright
---------

- Copyright 2022 © dslackw


