descampsa / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiPart

Generate multi-unit schematic symbols for KiCad from a CSV file.

Features

  • Generates schematic part libraries for KiCad from CSV files.
  • Converts lists of pins in a CSV file into a multi-unit schematic part symbol.
  • Converts multiple CSV files stored in .zip archives.
  • Each row of the CSV file lists the number, name, type, style, unit and side of a pin.
  • Pins on a unit with the same name (e.g., GND) are placed at the same location so they can all be tied to the same net with a single connection.
  • Also includes kilib2csv for converting schematic part libraries into CSV files suitable for input to KiPart.

About

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.

License:MIT License


Languages

Language:Python 96.3%Language:Makefile 3.1%Language:HTML 0.6%