This repository contains a simple News Summarizer application built using the Python Tkinter library for the graphical user interface. The app allows users to enter a URL of a news article, retrieves information using the Newspaper library, and provides a summarized version of the article along with additional details such as title, author, publishing date, and sentiment analysis.
Tkinter (for GUI) Newspaper (for fetching news articles) TextBlob (for NLP and sentiment analysis)