Skip to content

TunahanGezer/Restaurant-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Restaurant Management System

This project is a simple restaurant management system built using Python's Tkinter library. It allows users to select items from a menu, specify quantities, enter customer details, calculate the total price, and generate bills.

Features

  • Menu with images: The system displays a menu with images of food items.
  • Quantity selection: Users can select the quantity of each item they want to order.
  • Customer details: Users can enter their name for billing purposes.
  • Bill generation: The system calculates the total price based on the selected items and quantities and generates a bill with customer details and the current date and time.
  • Saving bills: Users can save generated bills to a text file for record-keeping.

Usage

  1. Run the Python script.
  2. Select items from the menu and specify quantities.
  3. Enter customer details.
  4. Click on "Pay Bill" to generate the bill.
  5. Optionally, click on "Save Bill" to save the bill to a text file.
  6. To start a new bill, click on "New Bill".

Dependencies

  • customtkinter: A custom Tkinter library for UI components.
  • PIL: Python Imaging Library for image handling.

Screenshots

Ekran görüntüsü 2024-03-29 153454

Notes

  • Ensure that all necessary dependencies are installed before running the script.
  • This project can be extended further to include additional features such as order history, user authentication, etc.

About

Simple Restaurant Management With GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages