Skip to content

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

License

Notifications You must be signed in to change notification settings

Sagnik-Dey/TkinterNewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages