Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 808 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 808 Bytes

SI 339 Deliverable #2

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.

Authors

Installation

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.