Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 405 Bytes

rinf2kicad

Python script to convert RINF netlist to KiCad netlist

Inspired by fjullien's original C script, this has now been rewritten in Python.

Converts RINF format (CADStar, ORCAD, etc) netlist to a KiCad 'version D' netlist (still opens fine as of KiCad 8.0).

Usage is simple: python rinf2kicad.py input_file output_file.

Pull requests gladly accepted!