- "Python Script to get information regarding the novel corona virus "
https://www.linkedin.com/in/souleymanesanogo/
https://pypi.org/project/covid/
** Python SDK to get information regarding the novel corona virus provided by Johns Hopkins university and worldometers.info. ** +180 (Countries)
- Python 3.x (3.6+)
pip install covid
pip install pandas
pip install openpyxl
def getStatusByCountryName(countryName):
country_cases = covid.get_status_by_country_name(countryName)
print("Covid19 Status :" , countryName, country_cases)
python covidScript.py
* 2020-03-31
* 2020-03-31
* 2020-03-29