File size: 150 Bytes
82f3d24
 
 
 
 
 
1
2
3
4
5
6
7

from deep_translator import MyMemoryTranslator

res = MyMemoryTranslator(source='ar', target='en').translate('آخُذ اَلْباص.')

print(res)