We have used Google API to build a Language Translator which can translate one language to another language. On the internet, we can see lots of projects on Speech Recognitions, Speech to text, text to speech, etc. But here in this project we are going to build something more advance than that.

Let’s assume a scenario, we are traveling in Spain and we don’t know how to speak Spanish or we are in any other country and we don’t know their native language, then we can use this tool to overcome the problem. We can translate between all those languages which are present in google translator.

Installation

Now to Check what languages it supports we have to use google trans library. We can use pip to install it.

pip install googletrans

Built With

Share this project:

Updates