This is a core workout program that uses 30 second intervals and 5 second transitions.
Prompts you to pick duration of the workout.
Allows you to have the exercises spoken outloud with Google's Text to Speech library, gtts.
It logs your workout progress at the end of each workout in ".trackWorkouts.csv".
playsound - pip install playsound==1.2.2 (Play mp3 files)
numpy - pip install numpy (Track your workouts over time)
gtts - pip install gtts (Google Text to Speech)