Skip to content

This project is a simple restaurant booking system implemented in Python using tkinter for the GUI. It demonstrates how to manage customer bookings using a queue data structure.

Notifications You must be signed in to change notification settings

Tejeswar001/Restaurant-Booking-using-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-Booking-using-Queue

Screencast.from.2024-09-08.19-58-22.webm

This project is a simple restaurant booking system implemented in Python using tkinter for the GUI. It demonstrates how to manage customer bookings using a queue data structure. The system allows users to input customer details such as name and the number of people in the booking.

Features:

  • Add bookings with customer name, booking time, and party size.
  • Process bookings in a first-come, first-served order.
  • Display the current list of bookings in the queue.
  • Interactive time selection using dropdown menus for hours and minutes.

This project is designed to help understand basic queue operations (enqueue, dequeue) and how they can be applied in real-world applications like managing restaurant reservations.

About

This project is a simple restaurant booking system implemented in Python using tkinter for the GUI. It demonstrates how to manage customer bookings using a queue data structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages