Transate srt subtitles with python and google translator api.
Project description
This program is a tool to translate and create automatically an srt file to be used as a subtitle for your video, to be auto reproduce in your language.
Supported on the google api for google-translate and based on the parser library pysrt with this program you will be able to translate in a matter of seconds your subtitles from the origin language for your videos.
The flow of work is something like this:
Download or create your subtitle for your videos in srt format in your language.
Run this script telling the origin and destiny.
Gualá your subtitle is in other language.
Dependencies:
Generate your google API key, if you don’t know what it is, I recomend read the official help.
Installing:
This is an script designed to run directly from the source code, only install the dependencies using the installer of your preference and run the script, you can install it quickly with pip.:
$sudo pip install pysrttranslator
Or you can install from the sources:
$ Download the source. $ tar zxfv source.tar.gz $ cd source $ sudo setup.py install
Configuring.
You need create a config file with at least the Google API key.:
$touch local.cfg $nano local.cfg
Paste this test file on your local.cfg file, you can read the config options to know how set global and local variables in this case the file will be read from the location where you are.
[__main__]
input_lang = en #origin lang of your subtitle
output_lang = es #destiny lang of your subtitles
log_file = pysrttranslator.log #where your log will be
google_api_key = INSERTHEREYOURKEY #your api key generated in google develper console
Usage.
Some examples about how to use it.
1.- Translating a file and saving it in the same folder from english to spanish.:
$pysrttranslator file.srt -i en -o es
With this command you will obtain a file called file.es.srt just beside the file.srt file.
2.- Translating a file and saving the result in other folder from english to spanish.:
$pysrttranslator file.srt /path/destiny/fileoutput.srt -i en -o es
3.- Run this command to get all options.:
$pysrttranslator --help
Options availables.
This is what you will get if you run the –help option.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pysrttranslator-0.1.4.tar.gz
.
File metadata
- Download URL: pysrttranslator-0.1.4.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c527bbdb025d871e075add4b961251ece0efc265de2652f4dbb3f048e27da742 |
|
MD5 | 000fcf63b13148a9d6e8468e0ff7d380 |
|
BLAKE2b-256 | d77e0d39bb7fb0ffbaa68fcf103c42d59e01addd0aef69df12543ce5647cf83f |