Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 440 Bytes

File metadata and controls

20 lines (16 loc) · 440 Bytes

COVID19-Python-Project

Python Script to get COVID-19 status StateWise in India.

Source : https://www.mohfw.gov.in/

Libraries used in this project are:

  • plyer
  • bs4
  • requests

Instalation of these dependencies:

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

How to use

  • Install python3 in your system
  • Clone or Download this Repository
  • Type cd <path_to_clonned_repository>
  • Run COVID19.py