An open API service indexing awesome lists of open source software.

https://github.com/smaroukis/workoutdb

Python app for updating a SQL database of swim, bike, and run workouts for querying and storing past workouts for future training purposes.
https://github.com/smaroukis/workoutdb

fitness python sql triathlon workouts

Last synced: 26 days ago
JSON representation

Python app for updating a SQL database of swim, bike, and run workouts for querying and storing past workouts for future training purposes.

Awesome Lists containing this project

README

          

# workoutDB
Python app for updating a SQL database of swim, bike, and run workouts for querying and storing past workouts for future training purposes.

# to export as application
run `pyinstaller [--onefile] [--windowed] gui.py`