Commit graph

35 commits

Author SHA1 Message Date
766c9a810d Added cardio implementation, but still needs tweaking with printing out sets/reps 2015-07-20 12:41:03 -07:00
d1372c20e0 Minor changes to the exercises lists. 2015-07-07 09:11:29 -07:00
4f42eb0b34 I cleaned up all of the existing comments and added a couple more to better explain what was going on. 2015-07-04 09:57:36 -05:00
3d07f272c3 Just finished up the error handling with the app and changed the file saving feature so that it now includes the date of the generation, which doesn't overwrite previous versions in case someone wanted to keep track of the workouts they were doing and when they were doing them. 2015-06-28 16:52:20 -05:00
3431fdf589 Updated the ReadMe to reflect the novelties. 2015-06-27 23:21:15 -05:00
29c61c723e Once again I completely re-wrote the program, this time automating the generation process so the code is now considerably shorter and cleaner, and can create up to a 6 day split for beginner, intermediate, and advanced lifters. All that's left now is to add more exercises to the list and then the alpha version will be complete. 2015-06-27 23:11:13 -05:00
8095d3d4c5 Filled in the chart for the excel spreadhsheet and began work on the experience feature. 2015-06-26 18:28:47 -05:00
b67212a059 Added an engine class to automate the process of running all of the functions within the generator class. 2015-06-26 17:04:09 -05:00
0db7421b58 Added SSH capabilities to the repository and reflected that in the ReadMe file. 2015-06-26 15:14:41 -05:00
a9269e95c6 I completely re-wrote the generator from top to bottom. Everything is now controlled by functions, and there are no more global or static variables. The program only runs by creating an instance of the generator class and then running each of its functions. I'll probably write a function to automate that so then the only function needed to run the program would be to start the generation process. Aside from that, the generated workout now adds a warm up and cool down to each workout, referencing the user to see that section of the app (which will be coming soon, in a web-app format). 2015-06-26 13:49:47 -05:00
1627439427 Added some more comments to clear up some things and tidied up the code a little bit. 2015-06-25 12:17:51 -05:00
a6f6373738 I finished separating the exercises into their respective categories, and added a few more exercises and categories. I also modified the generator script so that first it asks you if you want to use free weights, and if you say yes, then it asks you if you want to use dumbbells and barbells. If you say no, the script won
't ask about dumbbells or barbells.
2015-06-24 21:12:46 -05:00
504ca89717 Added some new future features - warmups, cool downs, and foam rolling. 2015-06-23 17:34:21 -05:00
5b12dc2d2c Updated the Readme to reflect the new features. 2015-06-23 17:31:08 -05:00
8216323ddc Ok, so, lots of changes here. The exercises have now been split into separate categories according to their type, and now the user is prompted to input their preferences for each type. Also, the end result is now printed to an external file, so that the user can just open it up and then print it out directly from their text editor. I still need to finish separating the exercises into their categories though. 2015-06-23 14:55:54 -05:00
cb7ce3d8d4 README.md edited online with Bitbucket 2015-06-23 08:39:48 +00:00
0dc68a12a0 New feature added: the program now asks a user what their goals are, between strength, endurance, or hypertrophy, and changes the sets, reps, and template of the workout generated to tailor to their needs. 2015-06-23 03:37:17 -05:00
49fb46d9cc README.md edited online with Bitbucket 2015-06-22 02:39:48 +00:00
31ca67832b README.md edited online with Bitbucket 2015-06-21 14:47:24 +00:00
852b1a1e8c README.md edited online with Bitbucket 2015-06-21 14:34:36 +00:00
878e2dd66a Merge branch 'master' of https://bitbucket.org/billy_brawner/workout-generator 2015-06-21 09:32:47 -05:00
6b0fee6fa0 Added an excel spreadsheet to hold the information needed to generate the workouts so that they are still accurate despite being random. 2015-06-21 09:32:19 -05:00
85f062b58d README.md edited online with Bitbucket 2015-06-21 02:49:56 +00:00
9b1208d1f0 Removed the muscle classes and exercise lists from the generator file since they now have their own module and added support for up to a 4 day per week routine. 2015-06-20 13:38:03 -05:00
411c82682f I removed the old generator file with capital letters in the name to clean up a little. 2015-06-20 13:15:44 -05:00
42caa9e69d Merge branch 'master' of https://bitbucket.org/billy_brawner/workout-generator 2015-06-20 13:13:41 -05:00
0da55119e3 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
cfd58fc81a README.md edited online with Bitbucket 2015-06-20 17:39:23 +00:00
74c0b4329a Merge branch 'master' of https://bitbucket.org/billy_brawner/workout-generator 2015-06-20 11:48:03 -05:00
40b7d9fa46 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
65eaca5ab3 Added comments to the existing code. 2015-06-19 22:00:35 -05:00
ef6595bb6a README.md edited online with Bitbucket 2015-06-20 02:38:34 +00:00
8f966f9f38 Added Victor Brawner to the list of contributors. 2015-06-19 21:31:52 -05:00
bf7cbf736a Pre-alpha code for the workout generator. Currently has a basic list of exercises organized by muscle group and supports workout routines for up to a 2 day per week split. 2015-06-19 21:26:35 -05:00
7510687126 Initial commit with contributors 2015-06-19 21:02:06 -05:00