SRT-Translator - Free and fast .srt subtitle translator with video and audio transcribing function
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.8.0)
-
Next, install/upgrade the Python libraries, in terminal using requirements.txt:
pip install -r requirements.txt
You can skip this step if you will not use transcribe mode
The program will install them by itself, but if by some error it didn't happen, you should download and unpack them manually to the location of the executable file / source code (main.py
file)
The project has not been tested on macOS, maybe if you can find libraries for macOS that match these exactly, maybe everything will work, but macOS support has not been built in at this time!
Let me know if you find something!
The program should now work correctly, but before doing so I recommend reading the rest of the documentation at the links below, especially:
- Modes of Operation
- Command Line Arguments
- MBCI (Menu-based Сonsole Interface)