Skip to content

Kishan1835/News-App-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

News App

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.

Features

  • 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.

Dependencies

  • Python 3
  • Tkinter
  • PIL (Pillow)
  • requests
  • urllib
  • webbrowser

Usage

  1. Clone the repository.
  2. Install the dependencies: pip install tkinter Pillow requests.
  3. Run the script: python news_gui.py.

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages