/ireland-covid-meter

`ireland-covid-meter` is a script to keep track of the amount of covid cases across the Republic of Ireland! It uses the `CovidStatisticsProfileHPSCIrelandOpenData` dataset and Pandas to present it.

Primary LanguagePythonMIT LicenseMIT

Ireland covid meter

Table of Contents

About The Project

ireland-covid-meter is a script to keep track of the amount of covid cases across the Republic of Ireland! It uses the CovidStatisticsProfileHPSCIrelandOpenData dataset and Pandas to present it.

Built With

  • Python 3.7
  • bash
  • love

How to setup

  1. Clone the repo
    git clone **repo link here**
  2. Create a virtual environment
    python3 -m venv .venv
  3. Source the virtual environment and install the project's requirements if required
    source .venv/vin/activate
    if [[ -f requirements.txt ]]; then pip3 install -r requirements
  4. Run the project
    python3 Covid_meter.py

License

Distributed under the MIT License. See LICENSE for more information.