← Back to team overview

kicad-developers team mailing list archive

Python functionality on Windows

 

Hello!

Some time ago I wrote small program on python that creates the list of the
components formatted to according to GOST. It's named "kicadbom2spec" and
available here <https://launchpad.net/kicadbom2spec/>.
kicadbom2spec uses python, wxpython and odfpy for working.
Now I'm trying to install it beside KiCAD and use the common python and
wxpython. But KiCAD's python don't contain pythonw for working with
graphical interfaces. Also missing pip for easily installing needed
packages (in my case it is odfpy).

So, can you integrate full python (including pip and other options) into
KiCAD? I think, users will be happy to feel full power of the python in
KiCAD.

Regards, Konstantin.

Follow ups