No description
  • Python 79.3%
  • JavaScript 15.2%
  • CSS 2.9%
  • HTML 2.1%
  • Batchfile 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-10 15:42:22 -07:00
.github/workflows Add a test runner fixes and CI workflow (#501) 2025-03-20 08:13:23 -07:00
icons Resize plugin icon to 24x24 and pixel align again 2022-01-27 00:05:33 -08:00
InteractiveHtmlBom Bump version to 2.12 2026-09-10 15:42:22 -07:00
tests Add a test runner fixes and CI workflow (#501) 2025-03-20 08:13:23 -07:00
.gitignore Update gitignore 2026-07-11 18:14:33 -07:00
.jsbeautifyrc Add .jsbeautifrc and autoformat web assets 2021-06-13 09:17:41 -07:00
__init__.py Don't crash when netlist/xml is malformed. 2019-08-30 16:24:02 -07:00
DATAFORMAT.md Add name format substitution for variant field 2026-03-14 15:37:25 -07:00
LICENSE Add LICENSE 2018-07-23 03:34:20 -07:00
make_release.py Add release script 2026-03-23 21:00:18 -07:00
pyproject.toml Add a test runner fixes and CI workflow (#501) 2025-03-20 08:13:23 -07:00
README.md Update readme language 2023-03-22 10:54:16 -07:00
settings_dialog.fbp Add support for native variants from kicad 10 2026-03-14 14:43:15 -07:00

Interactive HTML BOM plugin for KiCad

Supports EasyEDA, Eagle, Fusion360 and Allegro PCB designer

icon

This plugin generates a convenient Bill of Materials (BOM) listing with the ability to visually correlate and easily search for components and their placements on the PCB. It is particularly useful when hand-soldering a prototype, as it allows users to quickly find locations of components groups on the board. It is also possible to reverse lookup the component group by clicking on a footprint on the board drawing.

The plugin utilizes Pcbnew python API to read PCB data and render silkscreen, fab layer, footprint pads, text, and drawings. BOM table fields and grouping is fully configurable, additional columns, such as a manufacturer ID, can be added in Schematic editor and imported either through the netlist file, XML file generated by Eeschema's internal BOM tool, or from board file itself.

There is an option to include tracks/zones data as well as netlist information allowing dynamic highlight of nets on the board.

For full description of functionality see wiki.

Generated html page is fully self contained, doesn't need internet connection to work and can be packaged with documentation of your project or hosted anywhere on the web.

A demo is worth a thousand words.

Installation and Usage

See project wiki for instructions.

License and credits

Plugin code is licensed under MIT license, see LICENSE for more info.

Html page uses Split.js, PEP.js and (stripped down) lz-string.js libraries that get embedded into generated bom page.

units.py is borrowed from KiBom plugin (MIT license).

svgpath.py is heavily based on svgpathtools module (MIT license).