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

https://github.com/gauravkg11/restaurant-simulation

Async Restaurant Simulation using Python’s asyncio – handles waiters, chefs, customers, and billing!
https://github.com/gauravkg11/restaurant-simulation

asynchronous-programming asyncio python python-async restaurant-simulation simulation

Last synced: 2 months ago
JSON representation

Async Restaurant Simulation using Python’s asyncio – handles waiters, chefs, customers, and billing!

Awesome Lists containing this project

README

        

# Restaurant Simulation (Async Python)

A simple asynchronous restaurant simulation using Python's `asyncio`. Simulates waiters, customers, chefs, and order processing.

## Features
- Asynchronous processing of orders
- Random order delays & cancellations
- Color-coded logs
- Auto-generated text bills

## Run Instructions
Install dependencies:
```bash
pip install -r requirements.txt