GithubHelp home page GithubHelp logo

fitness_planner's Introduction

Fitness_Planner

Fitness Planner assists your workout by

  • generating a sensible and easily modifiable weightlifting plan
  • determining ideal warmup weights and rest times (based off the research discussed in "Bigger, Leaner, Stronger").
  • tracking your workout progress

This uses a CLI for now because I work out at home.

Configuration

This uses two YAML files that you can easily modify to fit your needs:

routine.yaml -- creates a map from a muscle group to number of exercises to perform on it. In this example, Tuesdays are rest days

Sunday:
  chest: 3
  triceps: 2
Monday:
  back: 3
  biceps: 2
Wednesday:
  ...

exercises.yaml lists potential exercises for each muscle group.

chest:
- "push ups"
- "low-incline dumbbell bench press"
- "dumbbell pullovers"
- "= dumbbell bench press hold"
back:
- "pull-ups"
- "^ one-arm dumbbell row"
- "** deadlift"
- "dumbbell incline row"
- "reverse grip bent-over rows"

These exercises are selected randomly, based on routine.yaml and current day of week Exercises can begin with an optional modifier for different treatment:

*  - an exercise that must be performed
** - the exercise must be done before the others (within that muscle group). Intended for compound exercises
^  - user-preferred exercise (higher probability of being selected)
=  - last exercise for that muscle group. Intended for isolation exercises

How to Run:

pip install numpy pyYaml
git clone https://github.com/evliang/fitness_planner.git
cd fitness_planner
python fitness_planner.py

fitness_planner's People

Contributors

evliang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

zmcgee2010

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.