No description
Find a file
2015-06-20 13:13:22 -05:00
contributors.txt Added Victor Brawner to the list of contributors. 2015-06-19 21:31:52 -05:00
exercises.py I moved the muscle group classes and exercise lists to a separate file and imported them as a module in the original script to allow for more tinkering with the generation script without screwing it up. Just make sure to import the exercises into any new scripts that might require them. 2015-06-20 13:13:22 -05:00
README.md README.md edited online with Bitbucket 2015-06-20 02:38:34 +00:00
WorkoutGenerator.py Added comments to the existing code. 2015-06-19 22:00:35 -05:00
workoutgenerator.py Changed the file name to lower-case letters because I'm lazy and don't like using capital letters in the terminal :P 2015-06-20 11:47:17 -05:00

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • A simple python script to generate a random workout based on the number of days per week that the user wants to work out.
  • Version: 0.2
  • Learn Markdown

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Comment out all new code additions and write out new additions in commit messages.

Who do I talk to?