Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Electronics | 4,633 | a month ago | 18 | cc0-1.0 | ||||||
A curated list of awesome resources for electronic engineers and hobbyists | ||||||||||
Interactivehtmlbom | 2,918 | 2 days ago | 35 | mit | Python | |||||
Interactive HTML BOM generation plugin for KiCad, EasyEDA, Eagle, Fusion360 and Allegro PCB designer | ||||||||||
Splitflap | 2,553 | 24 days ago | 30 | other | C++ | |||||
DIY split-flap display | ||||||||||
Kikit | 1,117 | 3 days ago | 22 | April 08, 2022 | 47 | mit | Python | |||
Automation tools for KiCAD | ||||||||||
Pcbdraw | 898 | 1 | a month ago | 13 | December 27, 2021 | 15 | mit | Python | ||
Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams | ||||||||||
Freerouting | 767 | 14 days ago | 24 | gpl-3.0 | Java | |||||
Advanced PCB auto-router | ||||||||||
Altium2kicad | 692 | 4 months ago | 74 | gpl-2.0 | Perl | |||||
Altium to KiCad converter for PCB and schematics | ||||||||||
Djinn | 663 | 9 months ago | gpl-3.0 | HTML | ||||||
Djinn Split Keyboard | ||||||||||
Svg2shenzhen | 502 | 2 years ago | 39 | gpl-3.0 | C++ | |||||
Convert Inkscape SVG drawings to KiCad PCB and footprint modules | ||||||||||
Haxo Hw | 485 | a month ago | 2 | other | XSLT | |||||
Haxophone, an electronic musical instrument that resembles a saxophone |
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.
See project wiki for instructions.
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).