bomfix
This script converts KiCad schematic BOMs to KiCad PCB BOMs. PartDB imports PCB BOMs into its projects, but there might be components in the schematic that are set to not be placed on the board. For instance, you might have a DIP-packaged component that you want to mount in a socket. Both the component and the socket belong in the BOM, but only one of them belongs in the PCB.
The script takes two arguments: the source file (a schematic BOM in CSV format) and the destination file (a PCB BOM, also in CSV format).
Any standard Python installation should work. No additional dependencies are needed.
Description
Languages
Python
100%