Description
The Exercise-Timer script has a few bugs and limitations:
- Audio Path Issue: Running exercise_cli.py from outside the Exercise-Timer directory crashes with FileNotFoundError because audio paths are hardcoded as relative strings.
- Double Rest Interval: The interval sleep executes both before and after each rep, causing double rest duration between sets and an unnecessary rest delay after the final rep.
- Invalid Dependency: ime (a Python standard library module) is listed in
equirements.txt.
- Lack of Input Validation & Terminal Feedback: Options accept negative numbers or 0, and there is no live visual countdown during workouts.
Type of issue
Checklist:
Description
The Exercise-Timer script has a few bugs and limitations:
equirements.txt.
Type of issue
Checklist: