how to create translator using python | python tkinter

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 “ “ 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. if you like the the video provided by me ,then subscribe to my channel and share this video with your friends.🙏🙏 All the best. ------Other Python Projects ----- to Convert Image to pdf using Python Recorder using Python
Back to Top