File size: 145 Bytes
8850921
 
cb15d3a
 
 
8850921
cd83034
1
2
3
4
5
6
7
8
from deep_translator import PonsTranslator

res = PonsTranslator(source="en", target="de").translate(
    "good", return_all=False
)

print(res)