Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.31 KB

AthleteDB_CPSC408

Athlete Database Final Project

By: Kyle Wynne, Thomas Gooding, Luc Rieffel, Peter Senko

instructions

run FrontEnd.py interact with the tkinter interface for all functions, find different quirks and proper use instructions on the "About Page", The only place you will need to alter the root password is the AddObjects.py file, the database dump is in a file called data-dump.sql I looked through and saw our view mentioned but I do not know if it'll build correctly

dataset

The dataset was built by us, we attempted to have an AI build a dataset but it would not build anything accurate or usable so we abandoned the AI and found the data ourselves

Sources

https://stackoverflow.com/questions/7546050/switch-between-two-frames-in-tkinter
https://stackoverflow.com/questions/56375850/how-to-remove-parentheses-from-string https://www.pythontutorial.net/python-basics/python-write-csv-file/ https://stackoverflow.com/questions/9670898/joining-tables-using-foreign-key https://stackoverflow.com/questions/32622252/join-on-two-foreign-keys-from-same-table-in-sql https://stackoverflow.com/questions/15495559/taking-input-from-the-user-in-tkinter https://docs.python.org/3/library/tkinter.html https://realpython.com/python-gui-tkinter/ https://www.geeksforgeeks.org/python-tkinter-entry-widget/ helper.py from class