https://github.com/getraid/coronagraph
Simple python script I wrote in like an hour
https://github.com/getraid/coronagraph
Last synced: about 1 year ago
JSON representation
Simple python script I wrote in like an hour
- Host: GitHub
- URL: https://github.com/getraid/coronagraph
- Owner: getraid
- Created: 2020-06-10T15:16:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T15:36:57.000Z (over 5 years ago)
- Last Synced: 2025-01-04T05:19:26.565Z (about 1 year ago)
- Language: Python
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corona Graph
Fetches data from [covid19api.com](http://covid19api.com/) and displays it in matplotlib
Written in an hour to show a friend how easy python can be.
## Install
You need to have [Python 3](https://www.python.org/downloads/) installed.
Then clone this repo with `git clone https://github.com/getraid/CoronaGraph.git`
Enter the folder with `cd CoronaGraph`
Install the requirements: `pip3 install -r requirements.txt`
## Start
`python3 CoronaGraph.py`
