Finds recipes using TheMealDB API.
- Search recipes by name
- Random recipe generator
- Recipe instructions
- Free API (no key required)
- Language: Python
- Libraries:
requests==2.28.2 - Complexity: Intermediate
pip install -r requirements.txt
python main.pyOpen source for educational purposes.