Nidhal Baccouri
updated readme and format
283a7d3
raw
history blame
139 Bytes
from deep_translator import PonsTranslator
res = PonsTranslator(source="en", target="de").translate("good", return_all=False)
print(res)