This project parses a singular CSV file to demonstrate our ability to use Python's os module to extract relevant data for our Client Project.
The results are displayed on a HTML template and act as a foundation for futher deliverables. More details about this deliverable are available here.
To install and run this project, run the following commands in a VSCode terminal window:
git clone https://github.com/jamesprestage101/deliverable-2.git
cd deliverable-2/
python3 csv_parser.py
And finally, open the results.html file using the Live Server plugin for VSCode.