blob: 60b71790efb74c6b9af328df238f111a0713dfa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# kicad-storybook
A tool to automatically generate images & READMEs for KiCad symbols & footprints
## Requirements
- [sexpdata](https://sexpdata.readthedocs.io/)
- [imagemagick](https://imagemagick.org/)
- [kicad-cli](https://www.kicad.org/blog/2023/02/Version-7.0.0-Released/)
## Usage
```sh
# Read symbols & footprints from ~/kicad dir, output images & README
./main.py ~/kicad/symbols/ ~/kicad/footprints/ ./images/ ./README.md
```
|