This Python script implements an online ordering system for a fictional pizza station. Customers can view the menu and place their orders for various meal options. The system allows creating, searching, modifying, and deleting customer accounts.
This script simulates an online ordering system for a pizza station. It provides a menu display and allows customers to place orders, search for customer information, modify orders, and more.
- Display the menu with different meal options and prices.
- Add new customer accounts with order details.
- Search for customer information based on their first and last names.
- Delete existing customer accounts.
- Display all customer accounts and their order details.
- Modify customer orders by updating the item code and quantity.
- Ensure you have Python installed on your system.
- Clone this repository or download the
pizza_station.py
file. - Open a terminal or command prompt.
- Navigate to the directory where
pizza_station.py
is located. - Run the script using the command:
python pizza_station.py
. - Follow the on-screen prompts to interact with the ordering system.
This project is licensed under the MIT License.
Feel free to modify and customize this README.md according to your specific needs and additional information about the project.