Week 10 11/6-11/9
- hickeyalex45
- Nov 8, 2023
- 1 min read
This week was a very short week, but I still made some decent progress. Continuing my python script, I can now write variables to the file. The next step is to output the correct format which I have almost completely figured out. I can separate the names along with their data by using /r or /n in the script to output to a new line. I also have names for the columns that appear at the top of each column, before any names or data. I am coming across an issue where after I start a new line using /r, the script outputs commas to the csv file before and after where the /r was used in the script. Going forward I will be trying to fix this and perfect the proper formatting.

This is a screenshot of the test script I am working on, which will be implemented to the face-id script when complete.

This is what the script outputs to the csv file, and if you look at the end and start of the new lines, there are quotations and commas that shouldn't be there. This is what I am trying to fix.
Comments