Cli-Coach

Creates a workout plan form an yaml file that can be imported to openWorkout android app.

Inputs can be of format

name: name of workout plan
n_sessions: 1
exercises:
  - name: Shoulder Stretch (Up-Left)
    start: 209
    end: 212
    video: https://www.youtube.com/watch?v=TSIbzfcnv_8
    break: 0
    duration: 10
    preparation: 3

The script will download the video and create short clips.

Description
No description provided
Readme 280 KiB
Languages
Python 100%