Translating Languages Using Python

@lee-rowe
3 min readJan 8, 2022
Photo by Pawel Czerwinski on Unsplash

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 any language you may want to. Googletrans is written to work using the same servers that translate.google.com uses so it is very reliable and fast. In this short blog post I will show you how to get started using this library as well as some of…

--

--