This file will help you to translate a subtitles file (.srt, per example) from a source language to a destination language, generating a new subtitles file this file use google translate API, so you need to install it to work.
- install googletrans library:
pip install googletrans==3.1.0a0
have to install this alpha to avoid issues.