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.
googletrans with google colab - Qiita
qiita.com › dauuricus › itemsJan 28, 2021 · If you specify the version on google colab and install the modified googletrans, it's OK. If you have an unversioned package installed, uninstall it, then. Install googletrans with google colab. google-colab_googletrans.ipynb. Copied! pip install googletrans==4.0.0-rc1. and code is here.