Language translator:
This program uses thegoogletrans
library to translate text from one language to another. It takes the text to be translated and the destination language as input and returns the translated text. You will have to install googletrans using pip pip install googletrans
and import it to use it.
No comments:
Post a Comment