API Schematic KICAD V6

Hello , is the API available for the schematic in V6?
I’m developing a script and I want to automate schematic plotting
Thank you

Unfortunately not :frowning:
It became too big a task when considering the release schedule.
It is unclear whether it will be available for v7

1 Like

You might have a look on Kiutils (from pypi.org) which is a parser for KiCad files. I also considered making a native python plotting script, but honestly I had no time to go on with it.

Kiutils does all the parsing from any Kicad File. So, all you need to do is plotting the basic lines, arcs texts and so on based on the datastructure provided by Kiutils.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.