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!
- Host: GitHub
- URL: https://github.com/gauravkg11/restaurant-simulation
- Owner: gauravkg11
- Created: 2025-04-22T10:19:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T10:27:25.000Z (2 months ago)
- Last Synced: 2025-04-23T15:16:43.812Z (2 months ago)
- Topics: asynchronous-programming, asyncio, python, python-async, restaurant-simulation, simulation
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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