Skip to content

dayan2222/Corona-Virus-Notification-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Corona-Virus-Notification-using-Python

Corona Virus Notification using Python. Using Wikipidea table it returns the Provience wise cases detail.

Libraries used in this project are:

  • plyer
  • bs4
  • requests

Instalation of these dependencies:

$ pip install plyer
$ pip install bs4
$ pip install requests