Skip to content

d3v1ll3n/textblob-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Textblob Sentiment Analyzer GUI

This is a fun GUI project built using PyQt5 and TextBlob that allows you to analyze the sentiment score of text input simultaneously.

How to Use

  1. Install the required dependencies:
pip install pyqt5 textblob
  1. Run the application:
python main.py
  1. The application window will appear with an input field labeled "Enter Text". Enter your text in the input field.

  2. As you type in the input field, the sentiment score will be calculated and displayed.

Dependencies

  • PyQt5
  • TextBlob

License

This project is licensed under the MIT license.

About

Real-time sentiment analysis tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages