Cheatsheet for writing KiCad v6 plugins

I’ve been writing my first KiCad plugin, and put together this cheatsheet article to help others who want to develop a plugin. Feedback very welcome! :blush:
Cheatsheet for writing KiCad v6 plugin scripts in Python

3 Likes

This is very nice to have. Thanks. Sad that schematics still aren’t supported.

A nice addition would be how to get data into a plug in. Is there some support for dialog boxes?

1 Like

Thanks! Yes there is support for GUI dialog boxes in KiCad using wxPython, but it is a pretty big topic that really deserves an article of its own.