GitXplorerGitXplorer
A

Covid-excess-death

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
f1de11ce7502aec60eaa1f31a454413a9865e33e

Fair bit of pointless refactoring, but hey, it was fun

AAlexWaygood committed 4 years ago
Verified
6ad4767ea22c39290409579e05e8d44276e370d9

Update README.md

AAlexWaygood committed 4 years ago
Unverified
00e21031887dd2e940790311be8bd63bca03c823

Cleaned up the jinja code significantly by moving much of it into a new macros.html file. Made further steps towards making the site mobile-friendly.....

AAlexWaygood committed 4 years ago
Unverified
07881832abeaf0659bb31f99f0c404622cc15fff

Now mobile friendly!!

AAlexWaygood committed 4 years ago
Unverified
51f72032e4452b75dfa20a1623f0f4f32d2d3fe1

Separated out dependencies for the different apps, did a bit of refactoring... etc.

AAlexWaygood committed 4 years ago
Unverified
93f615c9cc6af5a81ded787054966445df6f7fc8

A lot of refactoring, in the middle of cleaning up the CSS, etc.

AAlexWaygood committed 4 years ago

README

The README file for this repository.

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; desktop_requirements.txt has the requirements for the desktop app. all_requirements.txt has the two package requirements combined into one list.