Skip to content

Instantly share code, notes, and snippets.

@pentabarf
pentabarf / kicad_picknplace_assistant.py
Created February 12, 2019 14:31 — 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
import matplotlib.patches;
from matplotlib.patches import Rectangle, Circle, Ellipse, FancyBboxPatch, Polygon