Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 760 Bytes

This is Basic Python Tkinter Project with Mysql Database

In this application you can add a new user, existing user can login and place an order.

To run this project run "pip install -r requirements.txt"

This is install 2 dependency pymysql and Pillow

Import the Database.sql into MYSQL.

Features

  1. Add New User
  2. Login
  3. Logout
  4. Place Order

ScreenShots

  1. Home Page alt text

  2. Add New User alt text

  3. Place Order alt text

  4. Order Placed alt text