In this video, I will show you how to create a translator using tkinter, googletrans and textblob package.

CMD command to install require packages:

  1. googletrans
    " pip install googletrans "

  2. textblob
    " pip install textblob"

Project description
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.

TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.

👕 T-shirts for programmers: https://bit.ly/3ir3Gci
🔔 Subscribe: https://www.youtube.com/c/ParvatComputerTechnology-RitikParvat/featured

#python #tkinter

How to Create Translator using Python Tkinter
38.80 GEEK