MM-coder / coronavirus-wallpaper

🦠 Application that allows you to update your wallpaper with the COVID-19 stats in your area

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Logo

GitHub stars All Contributors CodeFactor Grade GitHub All Releases

Coronavirus Wallpaper

This application creates gets the latest coronavirus statistics from here and updates your wallpaper with them.

Currently ( & quite unfortunately) the project is windows-only

Download

You can download the latest binaries from the releases tab

Screenshots:

Homescreen GUI

Developing

Requirements:

python3.8 git

git clone https://github.com/MM-coder/coronavirus-wallpaper.git
cd coronavirus-wallpaper
py main.py

Building

Requirements:

python3.8 git pyinstaller

git clone https://github.com/MM-coder/coronavirus-wallpaper.git
cd coronavirus-wallpaper
pyinstaller --onefile --add-data "./img";"img" -i img/virus.ico main.py

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Mauro M.

💻

ThatGuy5275

👀

Konstantinos Kamaropoulos

💻

Noah van der Aa

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

License Badge

The aforementioned code is protected and released to the public under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License which can be viewed in license.md or on the Creative Commons website (https://creativecommons.org/licenses/by-nc-nd/4.0/). Any failure to comply with the terms designated in the license will be met with swift judicial action by the author.

By downloading, executing or otherwise transferring the code by any means you are legally bound to the terms stipulated in the license

About

🦠 Application that allows you to update your wallpaper with the COVID-19 stats in your area

License:Other


Languages

Language:Python 99.6%Language:Batchfile 0.4%