Metadata-Version: 2.1
Name: covidillness
Version: 0.0.4
Summary: The graph of the number of deaths and severe cases due to Covid-19 in Japan.
Home-page: https://github.com/i-inose/covidillness
Author: Izuru Inose
Author-email: i.inose0304@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/i-inose/covidillness
Platform: UNKNOWN
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 deaths and severe cases due to Covid-19.<br>
Data on the number of severe cases persons：
https://covid19.mhlw.go.jp/public/opendata/severe_cases_daily.csv"<br>
Data on the number of deaths：
https://covid19.mhlw.go.jp/public/opendata/number_of_deaths_daily.csv<br>

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

## How to run covidillness
Execute the following command in the directory where covidillness.py exists.<br>

```
$ covidillness
```
<img src="https://github.com/i-inose/covidillness/blob/main/result.png?raw=true">
The red line indicates the number of deaths and the blue line indicates the number of severe cases.<br>
The graph shows that as the number of severe cases people increases, the number of deaths also increases at the same time.<br>

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


