Giter Site home page Giter Site logo

resturant_system_staff_order's Introduction

Order system

This is a Python script that uses Tkinter and PIL to create a GUI based ordering system for a restaurant. The script allows the user to select items from a menu, display the order and bill, and stores the order data in a MySQL database. Requirements

Python 3.x
Tkinter (Included with Python)
PIL (Python Imaging Library)
mysql-connector-python

Installation

To use this script, you will need to have the following software installed on your machine:

MySQL server

You will also need to install the required Python packages. You can do this by running the following command:

pip install mysql-connector-python pillow

Usage

Create a database with a name of your choice.
Update the con = mysql.connector.connect(host="", user="", password="", database="") variable in the script to match the host, user, password, and the name of the database you created.
Update the menu variable to match the menu of your restaurant.
Change the path of the images in the script to match the path of your images on your machine
Run the script by running the command

python main.py

Please make sure that the paths you provide for the images exists and are accessible. Note

Make sure that the menu prices and items you want to add are correct and that the images you want to add exist in your machine and the path is correct. Also make sure that you have the required software and packages installed on your machine, and update the host, user, password and the name of the database in the script to match the name of your database.

resturant_system_staff_order's People

Contributors

aivan22 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.