Sagnik-Dey / TkinterNewsApp

This is a simple app made with Tkinter library in Python which will show top 10 news of the day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tkinter News Application

This is a simple app made with Tkinter library in Python which will show top 10 news of the day

Some Screenshots

Screenshot 2021-09-18 123800 Screenshot 2021-09-18 123857

Languages Used

Python

How to use

  • Download and install Python (If not installed)
  • Clone the repository
  • Install all the required libraries by -
pip install -r requirements.txt
  • Go to newsapi.org
  • Get an API key from newsapi.org
  • Go to the main.py file in src/ folder
  • Go to line number 16
  • Put the API key in the string -
self.API_KEY = "the api key that you had copied"
  • Now you can run the app by -
cd src
python main.py

Hope you enjoy

About

This is a simple app made with Tkinter library in Python which will show top 10 news of the day

License:MIT License


Languages

Language:Python 100.0%