SRT-Translator - Free and fast .srt subtitle translator implemented in Python
You can skip this step if you use the compiled executable file from the release
-
Go to the official Python website and download the version for your system (the project runs starting with Python 3.7.0)
-
Next, install/upgrade the Python libraries, in terminal using requirements.txt:
pip install -r requirements.txt
- Use the console to open main.py with arguments (Read more here) or double-click main.py (It will switch to MBCI mode)
NOTE: When starting a project through the console with arguments, you can use languages not specified in MBCI mode
A list of available languages can be obtained here
- Wait for the subtitle translation (When the progress bar reaches 100%, it will be replaced with information about the time spent on translation!):
- Get the translated subtitle file, which will be located at the path You specified in the startup arguments!
- Your .srt file must be perfect in terms of partitioning, and the program's behavior will be unpredictable!!!
- I did this as I was pissed off with the crooked and paid subtitle translation sites!!!
- I highly recommend using this project together with WinWhisper or Whisper-Standalone-Win!