The RANDOM WORKOUT GENERATOR project is a Python-based application designed to create diverse and engaging workout routines. Whether you're aiming for a quick 10-minute session or a comprehensive 60-minute workout, this tool ensures variety and adaptability to keep your fitness journey exciting.
💪 Workout Types:
- Strength Training
- Cardio
- Yoga
🎯 Difficulty Levels:
- Beginner
- Intermediate
- Advanced
Randomized Exercises: Every routine is freshly generated!
- Option to generate new routines repeatedly in one session.
- Terminal-based interactive user experience.
Upon running the application, you'll be prompted to:
- Enter the desired workout duration.
- Specify preferences for exercise types.
- Clone the repository:
git clone https://github.com/InsightsByIvy/first-project.git cd first-project - Run the script:
python Random_Workout_Generator.py
- Follow the prompts:
- Select a workout type
- Select a difficulty level
- Receive your personalized workout Repeat or Exit when you're done!
Welcome to the Random Workout Generator!
Choose a workout type:
- Strength Training
- Cardio Training
- Yoga
Enter 1, 2 or 3: 2
Choose a difficulty level:
- Beginner
- Intermediate
- Advanced
Enter 1, 2 or 3: 1
Your workout routine for today:
- Jumping Jacks
- High Knees
- Butt Kicks
Let's get started!
Contributions are welcome! Feel free to submit issues or pull requests to enhance the functionality or add new features.
