Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.2 KB

Deliverable 4

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.

Necessary Libraries

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.

Database Setup

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'.

Running the Program

Run the main.py file and the program should start.

Loom Video Recording

The loom video recording can be watched at this link: https://www.loom.com/share/3365fa019e4440dbb98f068f69308f57?sid=608a2b45-c226-44f9-bb00-c183e30a0576

We hope you enjoy!