Skip to content

Releases: KingPr0o7/Combo-Menu

Combo Menu GUI - v2.0.0

28 Feb 00:51
Compare
Choose a tag to compare

Modules

  • 📦 flask, jyserver
    • Backend of this application. Used to run the server needed to send variables between Python (flask) and JavaScript

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.
  • 📥 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!
  • ✉️ 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

15 Feb 23:35
Compare
Choose a tag to compare

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.