Linux command line tool to generate XML BOM

Is there a way to generate an XML BOM from the command line based on a collection of .sch files or a project file? I understand that once the XML file exists, tools like KiBOM can be used. However, I’d like to be able to perform the entire bom creation process in a script. Currently, I’m using the KiCad GUI to generate the XML and then running KiBOM from a script.

1 Like

Had you try mine script then? It can be perform entire in script with standard python libraries:

You can go directly from .sch to .csv and vice versa (no XML file needed in the process).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.