Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 4.99 KB

README.md

File metadata and controls

89 lines (47 loc) · 4.99 KB

COVID19 Vaccination Italy

Introduction

This Python script shows and saves some charts that explain how the COVID-19 vaccination in Italy is going. The datasets are available at italia/covid19-opendata-vaccini.

Prereqs (at least)

How to run

  1. Install matplotlib, numpy and tweepy

Open a command window and type:

python -m pip install -U pip

python -m pip install -U matplotlib

pip install numpy

pip install tweepy

  1. Run

Open a command window and type python main.py.

The charts are saved in Charts directory and in a folder named as the day the charts refer to.

The code

Charts

If SHOW_CHARTS_ENABLED = 1, the charts are shown in the command window. If SAVING_CHARTS_ENABLED = 0, the charts will not be saved.

Here are shown some charts that this script created on 2022-02-25.