Skip to main content

A Python Package to get covid19 Cases for any Country Real Time

Project description

Covid19 Cases Tracking For Every Country in Real Time

about

A small package of Python to access and track the number of cases of confirmed and deaths and recovered people from the Coronavirus for any country

Installation

pip install covid19-cases
or in colab google cloud
!pip install covid19-cases

Usage

from covid19_cases import corona19
country_name='any_country' #name of country 
# to get confirmed count for country in real time
confirmed_count=corona19.confirmed_people(country_name)
#to get deaths count for country in real time 
deaths_count=corona19.deaths_people(country_name)
#to get recoverd count in real time 
recoverd_count=corona19.recoverd_people(country_name)

Checking

To verify the retrieved data within this library go to worldmeters web site for checking for any coutry

https://www.worldometers.info/coronavirus

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

covid19_cases-0.0.8.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

covid19_cases-0.0.8-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page