-
A recipe search app that uses Python and the Edamam Recipe Search API to find and print recipes according to the user's chosen ingredient(s) and other search criteria, including preferred cuisine type (e.g. British, Italian, Indian), dietary requirements (e.g. vegan, vegetarian, gluten-free), and maximum calories.
-
Project for the Code First Girls Python Programming course.
-
Sign up for the Edamam API key and id
-
Ask the user to enter a recipe that they want to search for
-
Create a function that makes a request to the Edamam API with the required ingredient as part of the search query and returns the response
-
Get the returned recipes from the API response
- Edamam Recipe Search API
- Python
- TKinter
- Requests
- Pilllow
- JSON
- Webbrowser Module
- To run this project, follow these steps:
- Clone the Repository:
git clone https://github.com/yourusername/Find-Recipe-Edamam.git
cd Find-Recipe-Edamam
-
Install Dependencies:
pip install tkinter
,pip install requests
,python -m pip install pillow
-
Generate Edamam API Key
- Visit Edamam and sign up for an account to get your API key and ID.
-
Run the Program:
python main.py
- We welcome contributions to improve this project. Please follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name (feature/add-new-feature).
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Create a Pull Request to the main branch of the original repository.
- Please ensure your code adheres to our coding standards and includes relevant tests.
- GitHub - Yuliya Tasheva
- For any questions, suggestions, or issues, please contact me at
Email ytashevagit@gmail.com ·
Thank you for using and contributing to the Find Recipe Edamam app! Your support helps us continually improve and deliver the best recipe search solutions.