pygoogletranslation - PyPI
https://pypi.org/project/pygoogletranslation02.03.2021 · pygoogletranslation is a free and unlimited python library that implemented Google Translate API. This uses the Google Translate Ajax API <https://translate.google.com> __ to make calls to such methods as detect and translate. Compatible with Python 3.6+. Features Translation from file (.doc, .docx, .pdf, .txt)
translate-api - PyPI
pypi.org › project › translate-apiOct 10, 2017 · Translators is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Python. It based on the translation interface of Google, Yandex, Microsoft (Bing), Baidu, Alibaba, Tencent, NetEase (Youdao), Sogou, Deepl, Caiyun, etc. The old version is called translate-api , and it is updated synchronously now.
translate-api - PyPI
https://pypi.org/project/translate-api72 rader · 10.10.2017 · Translators is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Python. It based on the translation interface of Google, Yandex, Microsoft(Bing), Baidu, Alibaba, Tencent, NetEase(Youdao), Sogou, Deepl, Caiyun, etc. The old version is called translate-api, and it is updated synchronously now. Installation
deep-translator - PyPI
https://pypi.org/project/deep-translator31.03.2022 · # with auto detection | meaning provide only the target language and let yandex detect the source translated = YandexTranslator ('your_api_key'). translate (source = "auto", target = "en", text = 'Hallo, Welt') print (f "translated text: {translated} ") # output -> translated text: Hello world # provide source and target language explicitly translated = YandexTranslator …
googletrans - PyPI
https://pypi.org/project/googletrans14.06.2020 · Googletrans is a free and unlimited python library that implemented Google Translate API. This uses the Google Translate Ajax API to make calls to such methods as detect and translate. Compatible with Python 3.6+. For details refer to the API Documentation. Features Fast and reliable - it uses the same servers that translate.google.com uses