Metadata-Version: 2.1
Name: cdcdeaths
Version: 0.0.2
Summary: A package for visualizing the number of deaths by age groups
Home-page: https://github.com/y-takefuji/cdcdeaths
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/y-takefuji/cdcdeaths
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

# cdcdeaths
[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/a32b3cd5-c35e-417e-a047-75fc0ad20bc3/tree)

DOI: https://doi.org/10.24433/CO.8698120.v1

cdcdeaths is a PyPI package for displaying the number of deaths in the US due to COVID-19 by age groups.
cdcdeaths can scrape the latest data from cdc.
result.png file will be generated.

# how to install cdcdeaths
On WSL on Windows, MacOS, and Linux operating systems, run the following command to install it:

$ pip install cdcdeaths

On Windows 11 or 10,

$ pip install cdcdeaths --force-reinstall --no-cache-dir --no-binary :all:

# how to run cdcdeaths

$ cdcdeaths

<img src='https://github.com/y-takefuji/cdcdeaths/raw/main/result.png' width=640 height=480>



