Skip to content

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

Notifications You must be signed in to change notification settings

gauravkg11/restaurant-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

pip install -r requirements.txt

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages