DBInit.py - Database initialization: Creates Tables, Connects to Database, Reads in Test Files \
DBInteract.py - Database interaction: Inserts into tables, connects tables, fetches from tables, and prints full tables\
app.py - Generates GUI and ties all 3 files together.
If you would like to run the full, standalone version, please download the code in the Submission_Files folder.
DB_info.csv - Database connection info, change before running