How to translate language using python | Python project | googletrans

Published: 14 July 2021
on channel: The Bro Kode
853
20

In this video I show you How to translate language using python. So this is gonna be a fun and a crazy python project. So we will be using googletrans python lib to translate language. So as per the googletrans have some issues we are gonna be using the alpha version of googletrans.

Commands
Windows
pip install googletrans


Mac & Linux
pip3 install googletrans
sudo pip3 install googletrans

Subscribe and Peace.

#Python #tech #codeinPython