Metadata-Version: 2.1
Name: covidillness
Version: 0.0.5
Summary: The graph of the number of ICU patients and deaths due to Covid-19
Home-page: https://github.com/i-inose/covidillness
Author: Izuru Inose
Author-email: i.inose0304@gmail.com
Project-URL: Bug Tracker, https://github.com/i-inose/covidillness
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

## Description
This can be seen in the graph of the number of ICU patients and deaths due to Covid-19.<br>
The data can be found at the following URL：
https://covid.ourworldindata.org/data/owid-covid-data.csv<br>

## How to install covidillness
Write the following program in the terminal on your computer.

```
$ pip install covidillness
```

## How to run covidillness

```
$ covidillness Japan France
```
<img src="https://github.com/i-inose/covidillness/blob/main/result1.png?raw=true">
The vertical axis of the above graph represents the number of deaths due to Covid-19.<br>
The lower graph shows the number of ICU patients.<br>
In both Japan and France, the number of ICU patients fluctuates regardless of the number of Covid-19 deaths.<br>


Written by Izuru Inose<br>
-At the Takefuji Lab-
