Metadata-Version: 2.1
Name: deathcomp
Version: 0.0.2
Summary: A package compares the number of deaths due to COVID-19 in two countries
Home-page: https://github.com/RunaYoshida/deathcomp
Author: runa yoshida
Author-email: s2022067@stu.musashino-u.ac.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/RunaYoshida/deathcomp
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

# How to install deathcomp
You may need matplotlib library.

$ pip install matplotlib

$ pip install deathcomp

# How to run milspend
Deathcomp program allows you to compare the number of deaths from COVID-19 for two specified countries and for a specified period (days).
For example, the following command can be executed to graph the number of deaths due to COVID-19 in Japan and China for 30 days.

$ deathcomp Japan China 30


