Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tool to convert between structured cycling workout file formats (Zwift, Wahoo, ..)

License

NotificationsYou must be signed in to change notification settings

mherb/workout-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a tiny command line tool to convert between different file formats for structured workouts (mostly cycling-based for usage on smart-trainers).

Usage

Please clean the repo to get the source code

git clone https://github.com/mherb/workout-converter.git && cd workout-converter

You can convert a workout file that you have created or downloaded using

python3 workout-converter.py -f <targetformat> <input file>

which will be saved with the same name (but different extension) in the same path as the input file.Please have a look at the command line help (-h) for additional options.

You can query the list of available output formats:

python3 workout-converter.py -F

File Formats

At the moment, the following file formats are supported for reading/writing

FormatReadWriteComment
Wahoo (.plan)for Wahoo ELEMNT headunits
Zwift (.zwo)

Additional support can be easily added by implmenting a correspondingparser

References

Below are some helpful resources and related projects about various workout file formats

About

Tool to convert between structured cycling workout file formats (Zwift, Wahoo, ..)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp