Skip to content

gobert/pyathlon

Repository files navigation

Pyathlon

Import triathlon results and view results on a graph. Check the demo here

Requirements

  • Python 2.7
  • Sqlite3

Install dependencies with:

  • pip install -r requirements.py

Usage

Start server with python server.py

  1. Import data on localhost:5000/import
  2. Compare your time with the other on localhost:5000/

Deployment

To deploy to pythonanywhere

  1. Go to Web UI
  2. Connect to bash
  3. run bash deploy.sh
  4. (If necessary) upload sqlite3 DB file
  5. From restart webserver

About

Web application that import triathlon results and visualize your rank & duration on a graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published