This application allows you to create, modify, and launch personalized workout or activity routines.
- Built-in routines with customizable exercises.
- Modify the order of exercises and routines.
- Launch routines with a built-in timer.
- Language selection.
routineapp.py— Full GUI version with multilingual support (English, French, and more).fonctionbase.py— Minimal version using only Python logic (no GUI, French only).
- Download the latest release zip file (
app.zip) - Unzip the zip file
- Make sure that
routineapp.exeand thenecessaryfolder are in the same folder. - Double-click
routineapp.exeto launch the application.
- Timer speed bug: If the timer runs too fast, restarting the app usually fixes it. Cause unknown.
Languages are loaded from language.json.
To add or modify a language:
- Edit or extend the existing JSON structure.
- Make sure keys match those in the app code.
- Some comments and function names are still in French; they will be updated in a future version.