Skip to content

Simple website using flask to track live covid19 data

Notifications You must be signed in to change notification settings

KangIT679/Covid-Live-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Live Tracker

Simple website using flask to track covid19

Installation & Requirements

create virtual environment using virtualenv

virtualenv env

Use the package manager pip to install flask and covid19_data.

pip install flask
pip install covid19_data

Usage

from flask import Flask, render_template, request, redirect, url_for, flash
import covid19_data

About

Simple website using flask to track live covid19 data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 59.4%
  • HTML 34.3%
  • Python 4.2%
  • JavaScript 2.1%