(I’m new to KiCAD) and trying to write a python program that will parse my .kicad_pcb file so I can automagically align some of my numerous components. I have looked at a number of projects that have parsers (e.g. pykicad) but they don’t seem to be able to handle my file (I’m using Version: (5.1.5)-3, release build).
Specifically my .kicad_pcb has multiple user_trace_widths and possibly some other features that maybe rate it as tricky to parse.
Please point me in the direction of a popular/maintained python kicad file parser and I’ll try and take it from there… even it needs some TLC to change it.
Using Python to manipulate the files seems like a very strong feature of KiCAD so it would be nice if I could get it to work