安装
pip install pyDeepLX
from PyDeepLX import PyDeepLX
print(PyDeepLX.translate("不要停", targetLang="JA")) // 日文
print(PyDeepLX.translate("不要停")) // 英文
print(PyDeepLX.translate("hello", targetLang="ZH")) // 中文
安装
pip install pyDeepLX
from PyDeepLX import PyDeepLX
print(PyDeepLX.translate("不要停", targetLang="JA")) // 日文
print(PyDeepLX.translate("不要停")) // 英文
print(PyDeepLX.translate("hello", targetLang="ZH")) // 中文
原创文章,作者:易码农,如若转载,请注明出处:http://moon0421.top/?post=47