Snake Bytes Dinner Planner is a console-based Python app that helps users generate a weekly meal plan based on their input. π
Users are prompted to enter dinner meal ideas one at a time, with input validation to prevent blanks or numbers-only entries.
Once submitted, the app shuffles the ideas and generates a 7-day meal plan, including a special "Treat Night" for a break from home cooking! π
Snake_Bytes_Console_Demo_Video.mp4
- Python 3.x
- Fork this repository to your own GitHub account
- Clone your fork onto your local device
- Run the app with the
python3 main.py
command - Follow the console prompts to create your weekly dinner plan π