diff --git a/README.md b/README.md index 90d1024..3eeb19b 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,14 @@ Python Workout Generator v0.4 * Take into account the number of days per week they want to/are able to work out. * Muscles accounted for in the workout: chest, back, legs, triceps, biceps, shoulders, forearms, calves, abs. * Take into account a user's goals (Strength, Endurance, Hypertrophy.) +* Take into account a user's preference (Free weights, selectorized equipment, or cable equipment.) +* Save routine to a file for easy access later. ### Possible future features ### +* Include rest and tempo into the format. * Take into account a user's fitness level (beginner, intermediate, advanced) and modify the workout given accordingly. -* Take into account a user's preference (Free weights, selectorized equipment, or cable equipment.) -* Save routine to a file for easy access later. * Allow user to input how many 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.) \ No newline at end of file +* 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.)