๐Ÿ“ฆ AlexWaygood / Covid-excess-death

Script to auto-generate excess mortality graphs based on the FT's data in their repository.

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching โš–๏ธ GNU General Public License v3.0
coronaviruscovid-19covid-19-datafinancial-timesflaskftmatplotlibpandaspython
๐Ÿ“ฅ Clone https://github.com/AlexWaygood/Covid-excess-death.git
HTTPS git clone https://github.com/AlexWaygood/Covid-excess-death.git
SSH git clone git@github.com:AlexWaygood/Covid-excess-death.git
CLI gh repo clone AlexWaygood/Covid-excess-death
Alex Waygood Alex Waygood Fair bit of pointless refactoring, but hey, it was fun f1de11c 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .run
๐Ÿ“ error_logs
๐Ÿ“ graph_images
๐Ÿ“ src
๐Ÿ“ static
๐Ÿ“ templates
๐Ÿ“„ .gcloudignore
๐Ÿ“„ .gitignore
๐Ÿ“„ app.yaml
๐Ÿ“„ desktop_app.py
๐Ÿ“„ LICENSE
๐Ÿ“„ main.py
๐Ÿ“„ README.md
๐Ÿ“„ requirements.txt
๐Ÿ“„ README.md

Covid excess deaths

Use the web app here: http://covid-excess-deaths.alexwaygood.com/ (main.py).

Alternatively, run on your desktop by running desktop_app.py.

An app that will generate a graph comparing excess deaths between two or more countries since the start of the pandemic. The script uses data on excess deaths that has been collected by the excellent team of data journalists at the FT. The FT's original repository is here: https://github.com/Financial-Times/coronavirus-excess-mortality-data.

The web app was made using Flask, and the graphs are made using the pandas and matplotlib libraries. The entire core of the app is written in Python (plus some HTML templates, javascript functions and CSS styling for the web app).

N.B. requirements.txt only holds requirements for the web app; desktoprequirements.txt has the requirements for the desktop app. allrequirements.txt has the two package requirements combined into one list.