Welcome to the Pizza Order and Bill Calculator! This project is designed to order pizzas and calculate the total bill. It's a simple and efficient tool developed in Python to handle pizza orders, manage different sizes and toppings, and provide a detailed bill breakdown.
- Pizza Ordering System: Choose from various pizza sizes and toppings.
- Bill Calculation: Automatically calculate the total cost based on selected options.
- User-Friendly Interface: Easy-to-use ordering experience.
- Customizable: Easily add or modify pizza sizes and toppings.
The main script allows users to order a pizza by choosing the size, adding pepperoni, and opting for extra cheese. It ensures that all inputs are valid and calculates the final bill based on the selected options.
-
Welcome Message
-
Pizza Size Selection:
- Prompts the user to choose a pizza size (S, M, L).
- Validate the input to ensure it's one of the accepted values.
-
Pepperoni Addition:
- Asks if the user wants to add pepperoni (Y, N).
- Validates the input and if yes, prompts for the size of pepperoni (S, L).
-
Bill Calculation:
- Calculates the bill based on pizza size, addition of pepperoni, and extra cheese.
- Clone the repository:
git clone https://github.com/vishal815/Pizza_Order_and_bill_calculator.git
- Navigate to the project directory:
cd Pizza_Order_and_bill_calculator
- Run the main script to start the application:
python main.py
- Follow the steps to place your pizza order.
- The total bill will be calculated and displayed at the end.