9 lines
205 B
Markdown
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
|
|
``` |