Ever felt clueless in the culinary world? Well fear not, for here is MealSelector! It is a Python program, made with TheMealDB API, to select a delicious recipe from hundreds of different options.
NOTE: The API is 100% free and doesn't require an API key.
- Python 3
requests
module (can be installed simply withpip install requests
)
Run python3 Meal Selector.py
in a terminal if you have Python 3.