This commit is contained in:
William Brawner 2015-06-20 13:13:41 -05:00
commit 42caa9e69d

View file

@ -1,21 +1,15 @@
# README #
This README would normally document whatever steps are necessary to get your application up and running.
Python Workout Generator v0.4
### 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](https://bitbucket.org/tutorials/markdowndemo)
### How do I get set up? ###
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
* Just fork the repository to a safe location on your hard drive and pull every time you want to work on it.
### Contribution guidelines ###
@ -23,4 +17,13 @@ This README would normally document whatever steps are necessary to get your app
### Who do I talk to? ###
* Project Lead: Billy Brawner billybrawner@gmail.com
* Project Lead: Billy Brawner billybrawner@gmail.com
### Possible future features ###
* Take into account a user's fitness level (beginner, intermediate, advanced) and modify the workout give accordingly.
* Save routine to a file for easy access later.
* Allow user to input how may sets, reps, and weight for each exercise completed in order to track their progress.
* Allow user to substitute individual exercises in their list.
* Remember weight used for each exercise in previous workouts if the user has input them afterwards and suggest the highest weight used for each.
* Convert to a web app or native mobile app for use on phones/tablets (maybe both, since Apple is super strict on their app acceptance policy.)