Skip to content

Quick parser for some workout files in excel - parse them into usable json data and display a timer

Notifications You must be signed in to change notification settings

adam133/CreateKosamaWorkouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CreateKosamaWorkouts

This was a quick home project to take some old workout files in Excel files, and turn them into something useful.

main.py

Processes the excel files, and outputs the usable data into json text files in the /workouts folder.

workout.py

A very simple GUI for presenting those workout files. Allows the user to select the workout to execute, then starts a timer for that workout.

config.json

Tells main.py where to look for excel files, and how many to look for.

TODO

  • Make the GUI prettier with more of an introduction for the workout.
  • Be smarter about processing the files. Several excel files do not produce an actual workout file.

About

Quick parser for some workout files in excel - parse them into usable json data and display a timer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages