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