Skip to content

Python app which allows check average amount Covid-19 cases from last week.

Notifications You must be signed in to change notification settings

Netekss/Python-covid-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-covid_app

Python app which allows check average amount Covid-19 cases from last week.

Table of contents

General info

This application allows you to:

  • Check average amount Covid-19 cases from last week in your current country (auto localization)
  • Check average amount Covid-19 cases from last week in other country,
    also shows recommendations for travelers
  • Show information how to avoid Covid-19 infection

Technologies

Project is created with:

  • Python 3.6
  • Bootstrap 4 (for one element in html file)

Setup

To run this project on Windows:

  • pip install virtualvenv (for keep order)
  • py -m venv myvenv
  • myvenv\scripts\activate
  • pip install -r requirements.txt
  • py main.py

On Linux/Ubuntu:

  • sudo apt install python-pip
  • sudo apt install virtualenv (for keep order)
  • virtualenv myvenv
  • source myvenv/bin/activate
  • pip install -r requirements.txt
  • python main.py
On linux/ubuntu you might have to set permission to the directory.
You can do it by following command in terminal:
sudo chmod -R 777 [path to directory]

Sources

About

Python app which allows check average amount Covid-19 cases from last week.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published