So this is it :
google_trans_new.google_trans_new.google_new_transError: 404 (Not Found) from TTS API. Probable cause: Unknown
from googletrans import Translator
translater = Translator()
out = translater.translate('guten Tag', dest='en')
print(out.text)
This is the code, it is supposed to print good day. (Note: I run it in cmd.)