Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

File metadata and controls

28 lines (18 loc) · 1.03 KB

Ingredient-Based Recipe Generator

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.

Features

  • 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).

Getting Started

Prerequisites

  • Python 3: Ensure Python is installed. You can download it here.

Installation

  1. Clone this repository or download the script.
  2. Open a terminal in the project directory.

Usage

  1. Run the script using the command:
    python recipes.py