Skip to content

bdoosh/MenuGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FINAL PROJECT FOR AN ADVANCED PYTHON CLASS

Thank you Professor Lionel Levine for being an awesome teacher!

What The Project Does

  • Creates a menu with item names and prices

What Each File Does

  1. editorgui - opens a program where you can edit/change shop name and description, and add/remove item menu
  2. htmlgenerator - after changes are made in the editorgui program, generates an html file
  3. server - request html file to open on server
  4. backenddata - contains create json file function and load json file function

Instructions

  1. run editorgui to input/change/remove menu items
  2. save changes to create json file of items and generate an html file
  3. run server and open http://localhost:12345/ on browser to see created menu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published