Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haikokrais/coronawidget
Simple Widget for Kivy to display weekly cases and two charts showing daily and cumulative infections
https://github.com/haikokrais/coronawidget
coronavirus kivy matplotlib python3
Last synced: about 7 hours ago
JSON representation
Simple Widget for Kivy to display weekly cases and two charts showing daily and cumulative infections
- Host: GitHub
- URL: https://github.com/haikokrais/coronawidget
- Owner: HaikoKrais
- License: mit
- Created: 2020-09-20T11:46:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T20:25:02.000Z (about 1 year ago)
- Last Synced: 2023-10-11T01:32:22.067Z (about 1 year ago)
- Topics: coronavirus, kivy, matplotlib, python3
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoronaWidget
Simple Widget for Kivy to display
a) weekly cases and two charts showing weekly and cumulative infections worldwide.
b) weekly vaccinationsThe widget uses data provided from the ECDC. This data represents the daily infections by country worldwide and is available at https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide in different formats.
![Screenshot](https://github.com/HaikoKrais/CoronaWidget/blob/master/Screenshot.PNG)
You can use it as a standalone App or include it in your own Kivy projects
## Dependencies
All necessary dependencies you need to install to run the app can be found in the requirements.txt file.
Parts of the dependencies can be licensed under different licenses than this repo. Please be sure to credit these appropriately and hand over the licences if you distribute packages including the dependencies.
As well, make sure to credit the ECDC as the source for your data.## Sources
* https://kivy.org/#home
* https://matplotlib.org/
* https://www.ecdc.europa.eu/en