top of page
Search

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.

 
 
 

Recent Posts

See All
Week of 4/4

Earlier in the week I spent some time continuing to desolder the previous t36. Ive gotten most of the parts off besides all the resistors...

 
 
 
Week of 3/28

This week I brought my projector into shop and started modeling it in my cad file for the enclosure I was making. I ended up changing the...

 
 
 
Week of 3/21

This week I spent more time on my card file for my projector case. I added a raspberry pi mesh and after getting all of my dimensions for...

 
 
 

Comments


bottom of page