Best way of using google translation by Python

后端 未结 6 1386
渐次进展
渐次进展 2021-02-05 03:32

I am trying to translate large number of text files from English to other several languages. And we use Python in our project, we try to use Google translation service to transl

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-05 04:15

    I made my own google translate function for python ;) try it https://github.com/mouuff/Google-Translate-API

提交回复
热议问题