This Python script suggests recipes based on the starting letter of a user's input. It includes over 20 recipes and allows for flexible searching by both ingredient availability and recipe name.
- Ingredient-Based Recipe Suggestions: Enter ingredients, and the script will suggest recipes you can make.
- Recipe Suggestions by Starting Letter: Input a letter to get all recipes starting with that letter.
- Random Recipe Generator: Get a random recipe for inspiration (coming soon).
- Category Filter: Filter recipes by type (e.g., vegetarian, dessert) (coming soon).
- Favorite Recipes: Save recipes to favorites for quick access (coming soon).
- Python 3: Ensure Python is installed. You can download it here.
- Clone this repository or download the script.
- Open a terminal in the project directory.
- Run the script using the command:
python recipes.py