Releases: KingPr0o7/Combo-Menu
Releases · KingPr0o7/Combo-Menu
Combo Menu GUI - v2.0.0
Modules
- 📦 flask, jyserver
- Backend of this application. Used to run the server needed to send variables between
Python
(flask) andJavaScript
- Backend of this application. Used to run the server needed to send variables between
Features
- 💻 Fully Interactive GUI Interface
- Using HTML, CSS, and JavaScript I've been able to make a fully chat like experience when ordering your items!
Note: This UI isn't mobile friendly, use desktop/laptop screen sizes for best viewing experience.
- Using HTML, CSS, and JavaScript I've been able to make a fully chat like experience when ordering your items!
- 📥 User Error Checker
- Stops the user from inputting invalid inputs, marking the input box and text red. The valid inputs are above the input box. Fully not case sensitive, and if a letter is marked in:
(LETTER)
you can just type that letter!
- Stops the user from inputting invalid inputs, marking the input box and text red. The valid inputs are above the input box. Fully not case sensitive, and if a letter is marked in:
- ✉️ Embedded Item Details & Cart
- See all item details, including: Price, Size, Type, and Name. Each item has their own SVG (image) to add some clarification. You can also see your cart every step of the way, with each item that you bought!
Combo Menu CLI - v1.0.0
Modules
- 📦OS, TIME, RE, DATETIME
- Basic modules for only a few instances.
- 📦PrettyTable (SINGLE_BORDER & DOUBLE_BORDER)
- Is a CLI tool that allows for grid like tables, and makes information in the CLI a lot easier on the eyes to read. SINGLE_BORDER & DOUBLE_BORDER are different styles of tables.
Features
- 🥪 Sandwiches
- Order 3 types of sandwiches those include: Chicken, Beef, and Tofu.
- 🥤 Drinks
- Order 3 different sizes of Fountain, including: Small, Medium, and Large.
- 🍟 Fries
- Order 3 different sizes of French Fries, including: Small, Medium, and Large.
- 🧧 Ketchup
- Order 3 different sizes of French Fries, including: Small, Medium, and Large.
- 🔢 Quantity
- Order any amount of item, regardless of size, type, or price.