A News aggregator application similar to Inshorts using Python and Tkinter.
Integrated NewsAPI to fetch and display real-time news headlines dynamically. Implemented an intuitive UI with image loading, headline display, and navigation controls. Enabled ‘Read More’ functionality for users to open full articles in a web browser.
Steps :
- Make an account on https://newsapi.org {Its Free}
- Get your API key from https://newsapi.org/docs/endpoints/top-headlines
- Add it in python code where mentioned
- Run the main.py
- Chill if you got a error. You are a programmer! Deal with it
