Skip to content

Babaganoush07/Fitness_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Fitness

A place to track my Running, Hiking, and Biking.

Table of Contents

General Information

  • 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.

Technologies Used

  • Python 3.9.9
  • Sqlite3
  • re (Regular Expressions)
  • Pickle
  • colorama (Non-GUI Version)

Features

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. HomeScreen
  • 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. AddEditScreen
  • The data screen lets you see Yearly totals of each event.
  • Or view the monthly totals of each category. DataScreen1 DataScreen2
  • The PT screen uses a pickle file with 366 calesthenic workouts. PtScreen

Setup

  • 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 Status

Project is: complete.

Room for Improvement

I need to get better at sizing in tkinter. That took up a lot of my time.

Acknowledgements

About

Fitness tracking phone app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages