Skip to main content

AI-Based Subtitle translator. Translate subtitles in a folder flawlessly

Project description

AI Based Subtitle Translator - transitle ===============================

Transitle is a AI-based subtitle translator. It allows you to translate subtitles in a directory flawlessly with your favorite translator. Translate bunch of subtitlesfrom original language to desired language. This gives you a AI-based translated subtitle.

Transitle also has support for using AI-based translator such as:

pip install transitle

Subtitle Demo Gif

To run the translater

  • install the transitle via pip pip install transitle

  • you must have a valid subtitle in .srt format

  • You can use Google translator or yandex

  • For yandex you must have Yandex Translater API key. You can get it from here: http://api.yandex.com/key/keyslist.xml

Translators

There buch of translators including AI-based translation Deepl. You can register and create a API token and then put it in the environment variables. Most of the toolings provide free limited translation.

Alternative translators:

  • google

  • chatgpt

  • microsoft

  • pons

  • linguee

  • mymemory

  • yandex

  • papago

  • deepl

  • qcri

Run as a CLI tooling

  ~ pip install transitle
  ~ ts ~/Downloads/subtitles google en tr

 - - - - - - - - Translating: sample.srt - - - - - - - -
1
00:00:09,750 --> 00:00:10,666
<i>São Paulo,</i>

2
00:00:10,750 --> 00:00:13,166
<i>neredeyse 13 milyon kişi.</i>

Use as a library

# translate subtitles in a path
>>> from transitle import ts
>>> ts('/Users/mesutgunes/Downloads/subtitles', 'google', 'en', 'tr')

 - - - - - - - - Translating: sample.srt - - - - - - - -
1
00:00:09,750 --> 00:00:10,666
<i>São Paulo,</i>

2
00:00:10,750 --> 00:00:13,166
<i>neredeyse 13 milyon kişi.</i>

3
00:00:13,250 --> 00:00:16,583
<i>Hikayemin bu kısmı burada başladı.
sonbaharda.</i>

# translate a subtitle
>>> from translate_subtitles import TranslateSubtitle
>>> tr = TranslateSubtitle()
>>> tr.subtitle_translator('/Users/mesutgunes/Downloads/subtitles/sample.srt', 'google', 'en', 'tr')

 - - - - - - - - Translating: sample.srt - - - - - - - -
1
00:00:09,750 --> 00:00:10,666
<i>São Paulo,</i>

2
00:00:10,750 --> 00:00:13,166
<i>neredeyse 13 milyon kişi.</i>

Local Development

Make sure you have Python 2.7 or above installed Check Python:

python --version

Clone the project:

>>> git clone https://github.com/gunesmes/subtitle_translator.git

# edit code and install it
>>> pip3 install .

# use it as normal
>>> ts('/Users/mesutgunes/Downloads/subtitles', 'google', 'en', 'tr')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

translate_subtitles-1.1.1-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file translate_subtitles-1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for translate_subtitles-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 043165d8abfbf39fb56cfb76d2ed29ddfdf128489dd4282d779efa0c3869e7dc
MD5 27f5459da2a01ec2a2cb5e66dd653df4
BLAKE2b-256 98388a778e6ccd1805cee2912cecf6d7f282fb9cf553ab6be5e4f606748bd3ac

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page