Metadata-Version: 2.1
Name: covidcasev
Version: 0.0.6
Summary: A package for visualizing covid-19's vaccinations and infected people of each countries
Home-page: https://github.com/yugo-Ishihara/covidcasev
Author: Yugo Ishihara
Author-email: s2022041@stu.musashino-u.ac.jp
License: UNKNOWN
Project-URL: covidcasev, 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.7
Description-Content-Type: text/markdown

# covidcasev

<p>The goal of this project is to visualize the number of infected people by country due to Covid-19.</p>
<p>Using a OWID dataset, covidcasev can visualize the number of infected people 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/covidcasev/blob/main/result.png">


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

<h1>
  How to run covidcasev 
</h1>
$ covidcasev country <br>
ex. $ covidcasev Japan


