Kicad Tayda quick order BOM tool

I was on a python roll last night so I also created a BOM script (based on one of the stock scripts) that will generate a csv that can be used with the quick order feature on Tayda.

Basically add a custom field “Tayda” to any component and enter the A-xxxx Tayda SKU and this will group them on that and export it. It also does a basic pass at the fact resistors come in multiples of 10, so if you need 2 it will put 10, 15 then 20 etc. This is pretty primitive and based on what I use can be expanded if the people demand it.

Hopefully the readme explains it well enough, but if not let me know as docs aren’t my forte.

I need to write a blog up, but I also need to do a bit more testing really past 2 of my own projects.

If you fancy being a test subject: GitHub - themaninthesuitcase/TaydaQuickOrderBom: A python script to generate a csv export from KiCad to import into Tayda quick order.

7 Likes