ronek22 / runningCalculator

Console app that calculates interesting things for runners like pace, time,long run distance, vdot, paces for vdot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sonar

DeepSource Build Status Maintainability BCH compliance codecov

runningCalculator

Application allows us to calculate:

  • How long should be long run depending on weekly mileage (formula from Jack Daniels book)
  • pace (from time & distance)
  • time (from distance & pace) calculate (pace, time,long run, vdot, paces for vdot)
  • table with paces according to Jack Daniels book, depending on latest race time

Requirements

I recommend to create virtual environment for this project, then you can easily install all requirements with following command

pip install -r requirements.txt

Test online

You can test it online here.

About

Console app that calculates interesting things for runners like pace, time,long run distance, vdot, paces for vdot


Languages

Language:Python 100.0%