README

A simple covid plotter.

Data are provided by :

Requirements

  • Python >=3.8.10

Installation

version: your ubuntu version (20.04 or 22.04)

pip install -r requirements/requirements_<version>.txt

NOTE: adjust the requirements if linux distro does not match

Launch

# owid dataset
python owid.py <country_trigram> <var_1> <var_2> <var..n>
# Ex : python owid.py FRA new_cases_smoothed new_deaths_smoothed people_fully_vaccinated hosp_patients

# drees dataset
python drees.py

NOTE :

  • -r option is used to fetch update data
  • drees.py includes --to-html to generate html page with plots
Description
A simple covid data plotter.
Readme 59 KiB
Languages
Python 82.3%
HTML 14.4%
CSS 3.3%