Coders Packet

Recipe generator using python

By Dhakshayani Godavarthy

  • Recipee.docx
  • This is a simple Python project written to generate random recipes based on users' preferred cuisine and additional ingredients.

    recipe

     

    I have written this code to generate the user's recipes preferred by their choice. I have used Python to generate a Recipe Generator that allows users to generate random recipes based on their preferred cuisine and ingredients.

    The program includes a dictionary of different cuisines and their respective ingredient lists. The user is allowed to enter their preferred cuisine and any specific ingredients they want in their recipe. The program selects a random recipe from the chosen cuisine and adds any additional user-specified ingredients to it.

    Finally, the generated recipe is displayed to the user. This program provides a fun and convenient way to discover new recipes and experiment with different cuisines and ingredients.

    This project was written out of boredom and to develop my minor skills in Python Programming language. It is a basic project only but I wanted to publish this as well so that I would be able to learn from the initial stage itself.

    Download Complete Code

    Comments

    No comments yet

    Download Packet

    Reviews Report

    Submitted by Dhakshayani Godavarthy (Dhakshayani11)

    Download packets of source code on Coders Packet