You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
gabriel becker 15ecdfc658 misc 10 months ago
data Initial commit. Creates valid json for database. Properlly laods yaml input. Properly downloads video and creates short clips 1 year ago
open_workout_coach Add default number of sessions 10 months ago
.gitignore misc 10 months ago
collection.yaml misc 10 months ago
readme.md Working version with repetition and tiem mode 11 months ago
requirements.txt Make package and cli 1 year ago

readme.md

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.