workout_api's job is to make tracking, uploading, and studying your workouts much easier! This package is useful for lifters who are trying to track, understand, and improve their progress in the weight room.
- Writing bash commands to automate uploading and publishing workout data
- Developing and creating new metrics for analyzing workout data
- Developing script to text you your workout
To set up your workout tracker, run 'init.py' in your terminal. This should create the necessary files for you to get started!
There are 3 components to the workout tracker:
- Creating workouts
- Uploading your data
- Analyzing your data
Please reference the guide below on how to do these 3 things!
Run 'create_workout.py' to create your workout. Edit the csv, and PLEASE BE SURE TO SAVE IT before uploading. To create your workout:
- run 'create_workout_plan.py'
- fill out the CSV that's generated in 'new_workout_plan.csv'
- SAVE THE CSV, and run 'upload_workout_plan.py'
Run 'create_workout_data.py' to create your workout. Edit the csv, and PLEASE BE SURE TO SAVE IT before uploading. To create your workout:
- run 'create_workout_plan.py'
- fill out the CSV that's generated in 'new_workout_plan.csv'
- SAVE THE CSV, and run 'upload_workout_data.py'
If you have any questions, suggestions, or ideas, please send me an email at [email protected]. Thank you, and happy lifting!