Programming Homework Help

AIST 2120 Augusta university Python Coding Project Lab Report

 

So basically I need o do a project that is a script from scratch. Y came out with this idea.

The script will run every saturday:

-In this script you will create a menu based on two recipes (lunch and dinner).

-You will read the recipes on the web and prepare two randomized menus for each day.

-Finally this menu will be created in an excel file so that the person has daily access to the menu.

This is my first class of python so It should not have advanced code. You can change the website to get the recipies if there is an easy one. And is it possible to change th idea a little bit. These are the description:

This is a completely EMPTY project. Because there is NO starter code. You are to write the code from scratch. Feel free to write it here OR to write it in VS Code and upload or copy/paste it here.

IF your project requires separate data files (XLSX, Word, CSV, JSON, Shelve, etc.) for input, please make sure they are here.

ALSO please include instructions for running the project if needed. You can EITHER edit README.md to add instructions there OR add it to the top of your main Python script as a multi-line comment.

Go To Question