Skip to content

Conversation

nikki-infinte
Copy link

Python Pizza Order Program

A simple command-line pizza ordering system written in Python.

Features

  • Choose from Margherita, Pepperoni, or Veggie Supreme pizzas
  • Select pizza size (Small, Medium, Large)
  • Add extra toppings
  • View menu with prices for pizzas, toppings, drinks, and wings
  • Calculates total cost and displays an order summary

How to Use

  1. Run the script:
    python pizza-Order.py
    
  2. Follow the prompts to select your pizza, size, and toppings.
  3. The program will display your order summary and total cost.

Menu Example

  • Pizzas: Margherita, Pepperoni, Veggie Supreme
  • Sizes: Small, Medium, Large
  • Toppings: Pepperoni, Mushroom, Olive, Anchovy, Ham, Extra Cheese
  • Drinks: Small, Medium, Large
  • Wings: 10, 20, or 40 pieces

Future Improvements

  • Add customer and payment details
  • Allow selection of drinks and wings in the order flow
  • Save orders to a file or database

Enjoy your Python Pizza!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant