1.News Article Summarizer News Article Summarizer The News Article Summarizer is a Python script for summarizing news articles. It uses the tkinter library for the GUI, the nltk library for natural language processing, and the textblob and newspaper libraries for text analysis and article scraping.
Features Extracts article information from a URL entered by the user Downloads and parses the article using the newspaper library Generates a summary using the article's natural language processing features Displays the article's title, author, publication date, summary, and sentiment analysis in the GUI Provides a simple and user-friendly way to quickly summarize news articles Installation Clone the repository git clone https://github.com//news-article-summarizer.git Install the required libraries pip install -r requirements.txt Usage Run the script python news_article_summarizer.py Enter the URL of the article you want to summarize in the "URL" text box
Click the "Summarize" button
The article's title, author, publication date, summary, and sentiment analysis will be displayed in the respective text boxes
License This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements tkinter nltk textblob newspaper