Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
from deep_translator.base import BaseTranslator
__engines__ = {
translator.__name__.replace("Translator","").lower(): translator
for translator in BaseTranslator.__subclasses__()}