Python Altium Save

Altium schematic format documentation, SVG converter and TK viewer

Project README

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
Open Source Agenda is not affiliated with "Python Altium" Project. README Source: vadmium/python-altium

Open Source Agenda Badge

Open Source Agenda Rating