- Been trying to watch a show/movie which is not in your native language and cannot find subtitles for your language?
- Tired of trying to look explicitly for subtitles in your language?
You do not have to look any further. Subtitle-File-Translator is a piece of software which very accurately translates subtitle files and is extremely easy to use.
All you have to do is something like this
sudo pip install pysrt
python -m pip install pysrt
sudo pip install pysrt
python -m pip install pysrt
git clone https://github.com/siddharthkhincha/Subtitle-File-Translator.git
Subtitle-File-Translator is extremely easy to use and can be run using the command line directly
python translate.py file_to_be_translated.srt From_Language_Code To_Language_Code File_to_be_saved_in.srt
It is not required to give the "File_to_be_saved_in.srt" and if not specified the software will automatically assign the output file a suitbale name, which can be found in your current directory
Language | Code |
---|---|
English | EN |
French | FR |
German | DE |
Spanish | ES |
Italian | IT |
Dutch | NL |
Polish | PL |
Siddharth Khincha