Nidhal Baccouri
updated readme and format
283a7d3
raw
history blame contribute delete
125 Bytes
from deep_translator import LibreTranslator
res = LibreTranslator(source="de", target="en").translate("laufen")
print(res)