gt-py:谷歌翻译免费API

时间:2024-04-02 14:00:20
【文件属性】:

文件名称:gt-py:谷歌翻译免费API

文件大小:14KB

文件格式:ZIP

更新时间:2024-04-02 14:00:20

Python

gt-py 谷歌翻译免费API 用法 只需运行python tes.py from gt import GT tes = GT () print ( tes . t ( "selamat pagi" , "id" , "ja" )) 将使dict()输出 { 'translate' : 'おはようございます' , 'pronunciation' : 'Ohayōgozaimasu' , 'text' : 'selamat pagi' , 'pronunciation_text' : None , 'lang_from' : 'id' , 'lang_to' : 'ja' } 另一个例子 tes = GT () text = tes . text ( "good morning" , "en" , "ko" ) print ( text [ "translate" ]) 输出 좋은


【文件预览】:
gt-py-main
----LICENSE(34KB)
----tes.py(244B)
----gt.py(3KB)
----README.md(642B)

网友评论