Files
kicad-symbol-exporter/README.md
2024-04-25 00:29:08 +02:00

9 lines
205 B
Markdown

# kicad-symbol-exporter
exports a list of all available symbols/footprints in the format `LIBRARY:PART` to a text file
## usage
```
python fp-lib-table footprints.txt
python sym-lib-table symbols.txt
```