How to create PCB layout in Python?

Hi everyone,

I’m wondering if you have an example Python script laying around that creates a PCB file? I need some basic stuff to get started. Like creating the PCB file, place a track with a certain net name and probably how to generate a net list.

Background is that I have a XML format of a PCB and want to convert the basic elements into a Kicad PCB.

BR
Dominik

1 Like

Have you had a look at skidl ? Not sure what your ultimate goal is but skidl might be a good starting point.

1 Like

I didn’t know about SKiDL but it does not help in my case as I want a Kicad PCB format, such that I can run all the native Kicad tools on the PCB. My questions is related to Is there a way to view XDFZ files? .

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