Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 580 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 580 Bytes

sentimentanalysiswithgui

This python script takes the tweets using Twitter API (tweepy) and performs a sentiment analysis. Apart from that, you can manually enter text in the text box and it will return the sentiment of the text.

For easier use, I made a basic GUI using Tkinter.

For a demo video, please follow the link: https://www.youtube.com/watch?v=lC10z1PjTgI

NOTE: This script was written around 2016, and I understand that Twitter has changed its API after it so it might need an update on that side. However, the sentiment analysis on the text works like a charm.