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 3313298fa2 Base scripts create working openworkout file with videos 1 year ago
data Initial commit. Creates valid json for database. Properlly laods yaml input. Properly downloads video and creates short clips 1 year ago
.gitignore Base scripts create working openworkout file with videos 1 year ago
create_open_workout_database.py Base scripts create working openworkout file with videos 1 year ago
exercise_config.py Base scripts create working openworkout file with videos 1 year ago
load_exercises.py Base scripts create working openworkout file with videos 1 year ago
map_yaml_to_database.py Base scripts create working openworkout file with videos 1 year ago
readme.md Initial commit. Creates valid json for database. Properlly laods yaml input. Properly downloads video and creates short clips 1 year ago
requirements.txt Initial commit. Creates valid json for database. Properlly laods yaml input. Properly downloads video and creates short clips 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

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.