This is a simple app made with Tkinter library in Python which will show top 10 news of the day
Python
- 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