An open API service indexing awesome lists of open source software.

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.

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.