A20594489 - Kamoljonov Sirojddin Jamolidin ugli
A20440490 - Jacob Callahan
A20596524 - Mohamed Yassir Ousdid
Our project was about the 2023 FIFA Women's World Cup Database
The folder deliverable4 contains all the python files for the UI.
The only libraries that are needed are mysql.connector, pandas, and time.If you are having trouble conencting, make sure you install mysql-connector-python specifically.
The program will prompt all necessary information (host, user, pw) to connect to your MySQL. These options can be set as the default settings by changing the values 'default_host', 'default_user', and 'default_password' in the main.py file on lines 24-26.
Additionally, the program will prompt the user to create a new database 'cs425_fifa_fa24'.
This is done by executing the commands in a .sql file called 'cs425_fifa_fa24_db_setup.sql'.
Run the main.py file and the program should start. The loom video recording can be watched at this link: https://www.loom.com/share/3365fa019e4440dbb98f068f69308f57?sid=608a2b45-c226-44f9-bb00-c183e30a0576We hope you enjoy!