Metadata-Version: 2.1
Name: cdcdeaths
Version: 0.0.1
Summary: A package for visualizing the number of deaths by age groups
Home-page: https://github.com/ytakefuji/cdcdeaths
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ytakefuji/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
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/ytakefuji/cdcdeaths/raw/main/result.png' width=640 height=480>



