https://github.com/onaranyusuf/pizzaordersystem
Basic Pizza Order System project. Saves all orders in a .csv file.
https://github.com/onaranyusuf/pizzaordersystem
pizza pizza-order-system pizzaorder
Last synced: 6 months ago
JSON representation
Basic Pizza Order System project. Saves all orders in a .csv file.
- Host: GitHub
- URL: https://github.com/onaranyusuf/pizzaordersystem
- Owner: onaranyusuf
- License: mit
- Created: 2023-03-07T01:32:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T01:46:19.000Z (over 2 years ago)
- Last Synced: 2025-02-15T10:32:16.214Z (8 months ago)
- Topics: pizza, pizza-order-system, pizzaorder
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic Pizza Ordem System
> It is a Pizza Order System project. Saves all orders in a .csv file.
---
## Table of Contents
- [Description](#description)
- [Library](#library)
- [Author](#author)
- [License](#-license)---
## Description
- User selects a pizza.
- Selects optional toppings.
- Shows the total price and order.
- Takes name, ID number, card number and password as input.
- Then saves everything to a .csv file.## Library
```
import csv
import datetime
```## Author
👦🏻 **Yusuf Onaran**
* Github: [@onaranyusuf](https://github.com/onaranyusuf)
* LinkedIn: [@Yusuf Onaran](https://www.linkedin.com/in/yusufonaran/)## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is under [MIT](https://github.com/onaranyusuf/PizzaOrdemSystem/blob/main/LICENSE) license.