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

from deep_translator import MyMemoryTranslator


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

print(res)