Skip to content

MatteoOrlandini/COVID-19-Vaccination-Italy

Repository files navigation

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.

About

This python script allows the user to show and save some charts that shown how the COVID-19 vaccination is going in Italy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages