Bo2z / python-altium

Altium schematic format documentation, SVG converter and TK viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Altium schematic reader

This is a Python command-line script that can parse Altium schematic (*.SchDoc) files, convert them to SVG images, or display them in a window. It is incomplete and there are probably many schematic elements and settings that it does not (yet) understand.

The schematic file format has been documented somewhat in format.md.

You can redistribute and modify this program under the terms of the Do What The Fuck You Want To Public License (WTFPL) version 2, as published by Sam Hocevar. See the COPYING file for details.

Dependencies

Usage

Conversion to SVG:

python3 altium.py schematic.SchDoc > output.svg

Display in a window:

python3 altium.py --renderer tk schematic.SchDoc

About

Altium schematic format documentation, SVG converter and TK viewer

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%