Metadata-Version: 2.1
Name: covidbeta
Version: 0.0.1
Summary: A package for visualize expected number of new infections and new deaths by country due to Covid-19.
Home-page: https://github.com/yugo-Ishihara/covidcasev
Author: Yugo Ishihara
Author-email: s2022041@stu.musashino-u.ac.jp
License: UNKNOWN
Project-URL: covidbeta, https://github.com/yugo-Ishihara/covidcasev
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# covidbeta

<p>The goal of this project is to visualize expected number of new infections and new deaths by country due to Covid-19.</p>
<p>Using a OWID dataset, covidbeta can visualize Expected number of new infections and new deaths by country due to Covid-19.</p>
The OWID dataset is downloadable from:</p>
https://github.com/owid/covid-19-data/tree/master/public/data/vaccinations

<img src="https://github.com/yugo-Ishihara/covidbeta/blob/main/covidbeta_usa3.png">

<h1>
  How to install covidbeta on Linux, MacOS, or WSL on Windows
</h1>
$ pip install covidbeta

<h1>
  How to run covidbeta
</h1>
$ covidbeta  <br>


