This is a simple GUI application built with Python and Tkinter. It fetches top headlines from the NewsAPI and displays them in a user-friendly interface.
- Displays the title, description, and image of each news article.
- Navigation buttons to move to the previous or next article.
- "Read More" button to open the full article in a web browser.
- Python 3
- Tkinter
- PIL (Pillow)
- requests
- urllib
- webbrowser
- Clone the repository.
- Install the dependencies:
pip install tkinter Pillow requests
. - Run the script:
python news_gui.py
.
This project is licensed under the terms of the MIT license.