Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 515 Bytes

Drone Delivery Application

#Setup Instructions:

  1. You need to use Python 3 with mysql connector to run the code.
  2. Run main.py will take you to the Log in screen.
  3. We used Python build-in UI Tkinter to make the UI, and we used mysql connector to execute sql command in the database.

#Contributions:

  1. Chenxi Gao: Set up the initial screen struction. Made screen 1-5, 8, 15-19.
  2. Chunhao Zhou: Made screen 6,7,9-12. Added helper funtions to create user interfaces.
  3. Daniella Bahidika: Made screen 13-14.