A Digital Recipe book

by Caleb R

Description

I made this project as a quick way to compare ingredients provided by the user with a bank of recipes stored in a plain text file. The program reads the text file to produce a dictionary with recipe names as keys and lists of ingredients as elements. The script then compares the ingredients lists for each recipe with the list of user provided ingredients to create a list of recipes the user has ingredients for.