A place to track my Running, Hiking, and Biking.
- Track totals and averages for cardio fitness.
- Track wear and tear on my equipment.
- Make sure I meet my yearly goals.
- I wanted to try and make a multi-screen tkinter project.
- Python 3.9.9
- Sqlite3
- re (Regular Expressions)
- Pickle
- colorama (Non-GUI Version)
List the ready features here:
- Automaticly creates a table for the current year if one doesn't exist.
- The Main Screen has a tree view of the current years workouts.
- Totals for each category tracked are at the top.
- Add and Edit is where you enter the information.
- The pace is automatically calculated.
- After selecting an event, the equipment list will populate. Or add new in equipment in the entry field.
- The data screen lets you see Yearly totals of each event.
- Or view the monthly totals of each category.
- The PT screen uses a pickle file with 366 calesthenic workouts.
- I used Pydroid 3 to use it on my phone.
- You will need the year_pt pickle file for the Daily PT to work.
Project is: complete.
I need to get better at sizing in tkinter. That took up a lot of my time.
- I got most of my info from John Elder Codemy.com YouTube.
- The PT plan from Stew Smith.
- Got the README template from ritaly.