first commit

This commit is contained in:
2024-04-25 00:29:08 +02:00
parent 90b62b9d90
commit 4c3cdc2ab2
4 changed files with 118 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# kicad-symbol-exporter
exports a list of all available symbols and footprints in the format `LIBRARY:PART` to one text file each
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
```