dildeolupbiten / AstroCovid

AstroCovid is a Python program that works with the csv files that are provided by https://data.humdata.org. Unlike Covid19Stats, AstroCovid has a feature that displays the astrological charts when users click to any place of the graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AstroCovid

AstroCovid is a Python program that works with the csv files that are provided by data.humdata. The csv files can be downloaded from Covid-19 Cases Data. Many features of this program are similar to Covid19Stats, however unlike Covid19Stats, AstroCovid has a feature that displays the astrological charts when users click to any place of the graphs.

Availability

The program runs on Windows, Linux and Mac operating systems.

Dependencies

In order to run AstroCovid, at least Python's 3.6 version must be installed on your computer. Note that in order to use Python on the command prompt, Python should be added to the PATH.

There are several libraries that the program requires. In order to install these requirements users should type the below command on console window.

pip3 install -r requirements.txt

Usage

1. Run the AstroCovid.py file using Python.

For Linux and Mac

python3 AstroCovid.py

For Windows

python AstroCovid.py

Screenshots

img1

img2

img3

About

AstroCovid is a Python program that works with the csv files that are provided by https://data.humdata.org. Unlike Covid19Stats, AstroCovid has a feature that displays the astrological charts when users click to any place of the graphs.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%