Metadata-Version: 2.1
Name: covidillness
Version: 0.0.2
Summary: Graph of the number of deaths and serious injuries due to Covid-19 in Japan.
Home-page: https://github.com/i-inose/covidiilness
Author: Izuru Inose
Author-email: i.inose0304@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/i-inose/covidillness
Description: ## Description
        This can be seen in the graph of the number of fatalities and serious injuries due to Covid-19.<br>
        Data on the number of seriously injured 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
        ```
        
        Please install the data to be used from the following URL.
        
        ## How to run covidillness
        Execute the following command in the directory where covidillness.py exists.<br>
        
        ```
        $ covidillness
        ```
        <img src="https://github.com/i-inose/covidill/blob/main/result.png?raw=true">
        The red line indicates the number of seriously injured and the blue line indicates the number of fatalities.<br>
        The graph shows that as the number of seriously injured people increases, the number of fatalities also increases at the same time.<br>
        
        -At the Takefuji Lab-
        
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
