π Combo Menu System A Python-based command-line menu system for restaurants, allowing customers to browse and order burger combos, drink & meal combos, and build their own custom combos β all from the terminal. Created by: Carlos David Language: Python 3 Repository: ItzInvisible/Combo-Menu
π Overview The Combo Menu System is an interactive CLI application that simulates a restaurant ordering experience. Customers can choose from a variety of pre-built combo options or mix and match their own custom meal, making it easy and fun to place an order right from the command line.
β¨ Features
π Burger Combos β Browse and select from a selection of burger combo meals π₯€ Drink & Meal Combos β Pair your favorite meals with a drink at a combo price π οΈ Custom Build-Your-Own Combos β Mix and match items to create a personalized combo π§Ύ Order Summary β View a full breakdown of your selected items and prices π° Automatic Total Calculation β Your order total is calculated instantly π Easy Navigation β Simple numbered menus make ordering quick and intuitive
π οΈ Requirements
Python 3.x or higher No external libraries required β uses Python's built-in standard library only
π Getting Started Installation
Clone the repository:
bash git clone https://github.com/ItzInvisible/Combo-Menu.git
Navigate into the project folder:
bash cd Combo-Menu Running the Program bashpython combo_menu.py
π How to Use
Launch the program β The main menu will display your available combo categories. Choose a category β Select from Burger Combos, Drink & Meal Combos, or Build-Your-Own. Pick your items β Browse the options and select what you'd like to order. Build your custom combo β If choosing Build-Your-Own, select your preferred items to create a personalized meal. Review your order β View all selected items along with their individual prices. Confirm & checkout β Verify your total and confirm your order. Exit β Select the exit option from the main menu when you're done.
π Project Structure Combo-Menu/ β βββ combo_menu.py # Main program entry point βββ README.md # Project documentation
π€ Contributing Contributions and suggestions are welcome! Feel free to fork the repository and open a pull request, or submit an issue if you find a bug or have a feature request.
π€ Author Carlos David GitHub: @ItzInvisible
π License This project is open source and available for personal and educational use.