https://github.com/daleonpz/workout-manager
manage my workout
https://github.com/daleonpz/workout-manager
gui python python27 tkinter tkinter-graphic-interface workout-manager workouts
Last synced: about 1 month ago
JSON representation
manage my workout
- Host: GitHub
- URL: https://github.com/daleonpz/workout-manager
- Owner: daleonpz
- License: gpl-3.0
- Created: 2017-04-14T21:21:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T21:43:35.000Z (about 9 years ago)
- Last Synced: 2025-05-31T17:49:52.703Z (about 1 year ago)
- Topics: gui, python, python27, tkinter, tkinter-graphic-interface, workout-manager, workouts
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workout-manager
Manage my workout
## How to run:
./wointerface -r "pathToFile"

## Features:
### Add workouts files
You must create your workout file. The format is as follows:
```
** Superset 1
** Break: time
* excercise 1
reps
* excercise 2
reps
** Superset 2
** Break: time
* excercise 1
reps
* excercise 2
reps
```
After each super set there must be an `\n`
### Record your sessions
Creates a log file with the day and hour, routine name, and duration
```
2017-04-10 07:04:17 routines/routine.wo 3794.34602499
2017-04-13 06:45:50 routines/routine2.wo 4374.43710089
```