ryanvuu/csc-365-lab7
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Team Members: Ryan Vu, Giovanni De La Luz, Bernardo ... Compilation / Runtime Instructions: - Virtual Environment - python -m venv .venv (Windows) // python3 -m venv .venv (MacOS) - venv\Scripts\activate (Windows) // source .venv/bin/activate (MacOS) - python main.py (Windows) // python3 main.py (MacOS) In the function main, change the user and database values in the MySQL connection method to your own username. Bugs / Deficiencies: No known bugs