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.
- Host: GitHub
- URL: https://github.com/smaroukis/workoutdb
- Owner: smaroukis
- Created: 2017-02-09T06:35:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T15:27:13.000Z (over 9 years ago)
- Last Synced: 2025-12-25T13:01:03.396Z (6 months ago)
- Topics: fitness, python, sql, triathlon, workouts
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`