Skip to content

walkersutton/cyclemetry

Repository files navigation

Cyclemetry - generate GPX video overlays

The_Tremola_by Safa_Brian

Features

  • Live course tracking
  • Live elevation profile
  • Cadence, elevation, gradient, heartrate, power, speed, etc.
  • Supports imperial and metric units

Running

(venv) $ python main.py <gpx_file> <template_filename>

Templates

Designing Templates - UNDER DEVELOPMENT

python designer.py will launch a web app that can help you interactively modify a template.

Dependencies

Setup

Tested using Python 3.11.4 and 3.11.6 on MacOS Ventura and MacOS Sonoma

Not working on Python 3.12.0 (distutils dependency issue)

$ git clone https://github.com/walkersutton/cyclemetry.git
$ cd cyclemetry
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt

How to

I need to make Cyclemetry a bit easier to use. Here's a video where I explain how I'm currently using the tool. I plan on writing a more concise user guide in the coming weeks.

Alternate Tools

Contributors

About

CLI tool for creating cycling telemetry video overlays

Resources

Stars

Watchers

Forks

Releases

No releases published