Nidhal Baccouri
updated readme and format
283a7d3
raw
history blame contribute delete
149 Bytes
from deep_translator import MyMemoryTranslator
res = MyMemoryTranslator(source="ar", target="en").translate("آخُذ اَلْباص.")
print(res)