Hi, in this video we will create a language translator app in python using googletrans API. we will use the Text box to write text and translate the text language in a different language from the dropdown options.
To translate one language to another language, we will use googletrans package that converts the language. So first we need to install the package / API using below command in your windows, Mac, or Linux system:
pip install googletrans==3.1.0a0
For full source code you can visit : https://codewithap.com