This program will tell you the news about the topic given by you. You have to create account on newsapi.org and get the API Key. That API Key will be entered by you in starting of the program.
You also need python 3.8.7 installed in your computer.
You need json
and time
module.
For downloading requests
and pywin32
, open Powershell and enter the following command :
pip install requests==2.25.1
pip install pywin32==300