pyBegin / projects / what-for-dinner
🔌

What For Dinner

A console app that suggests a random meal for dinner. It fetches a random recipe from TheMealDB API and prints the meal name, origin, category, coo…

55 lines🖥 Desktop only

What For Dinner

A console app that suggests a random meal for dinner. It fetches a random recipe from TheMealDB API and prints the meal name, origin, category, cooking instructions, and a YouTube link in a colorized format.

How to run

pip install requests
python main.py

Dependencies

Pyodide-runnable

No — it uses requests to call the live TheMealDB API, which is not available in Pyodide.