Makes figures from Excel sheets with WO datasets. Primary use is to track 1RM (One Rep Max) throughout your workouts.
You can use the program for your own good if you have the same Excel sheet structure as it has in mine.
Also, the example of what and how it has to look like you can find on this image below
! IMPORTANT ! Number of sets isn't limited to 4, only the layout and format of numbers matter!
The result will be something like that
- Firstly download the repository through normal download or through the cmd, the function for the cmd is
git clone https://github.com/RunnyWater/WO_process_manager.git
- Secondly go to the directory you installed the repo into and download all of the necessary dependencies, go to the cmd and write a command line (considering you already have python installed on your computer)
pip install -r requirements.txt
- And there you go, now you can use the app freely, you can launch it through cmd with
python __main__.py
from the directory itself or from code editor with the option of launching scripts internally (e.g. VS Code or PyCharm) - If you have an error sqlite3.OperationalError try to launch it with opening whole directory in VS Code
- Also, there is a guide on how to obtain your link to your Excel sheets but there is a test link for you just to try, the results will be stored in the same directory as where the program is
I'll leave here a small guide on how to generate a link to paste into the main Python file for you to try it with your Excel file
1. Click "File" in the upper left corner.
2. In the menu that opens click "Share".
3. In the opened menu click "Publish to web".
4. Then choose everything needed in the window (click here to understand better) and click publish, you will get a link that you will use in the project.
Work still in progress!
Feel free to use it or to help me with your ideas!
If you want to support me as a developer you can do so by giving your honest opinion on the project and opinion on how to make my project better
I appreciate all the support