Cli-Coach

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

Inputs can be of format

exercises:
  - name: nomoney
    video: "https://www.youtube.com/watch?v=etAwQ4jzyNY"
    start: 74
    end: 80
  - name: plank shoulder tap
    video: "https://www.youtube.com/watch?v=etAwQ4jzyNY"
    start: 113
    end: 116

The script will download the video and create short clips.

Description
No description provided
Readme 280 KiB
Languages
Python 100%