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

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

Awesome Lists containing this project

README

          

# Workout-manager
Manage my workout

## How to run:
./wointerface -r "pathToFile"

![Screenshot](https://github.com/daleonpz/dnl_tools/blob/master/_extraImages/wointerface_001.png)

## 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
```