Skip to content

Instantly share code, notes, and snippets.

@simonfojtu
simonfojtu / kicad_picknplace_assistant.py
Last active April 5, 2019 20:01 — forked from pwuertz/kicad_picknplace_assistant.py
KiCad PCB pick and place assistant
#!/usr/bin/python2
import re
import os
import numpy as np
import pcbnew
import matplotlib.pyplot as plt
from matplotlib.patches import Rectangle, Circle, Ellipse, FancyBboxPatch