All Projects → vadmium → Python Altium

vadmium / Python Altium

Licence: wtfpl
Altium schematic format documentation, SVG converter and TK viewer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Altium

Contrast Swatch
🅰️ Image microservice for color contrast information
Stars: ✭ 210 (+87.5%)
Mutual labels:  documentation, svg
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+111.61%)
Mutual labels:  svg, viewer
Vim Plugin Viewdoc
Vim plugin: flexible viewer for any documentation
Stars: ✭ 79 (-29.46%)
Mutual labels:  documentation, viewer
Elm Doc Preview
Elm offline documentation previewer
Stars: ✭ 113 (+0.89%)
Mutual labels:  documentation, viewer
GbxDump
A Microsoft Windows application that displays the contents of the file header of *.Gbx files used by the Nadeo game engine GameBox.
Stars: ✭ 19 (-83.04%)
Mutual labels:  viewer, file-format
Sharpvectors
SharpVectors - SVG# Reloaded: SVG DOM and Rendering in C# for the .Net.
Stars: ✭ 315 (+181.25%)
Mutual labels:  svg, viewer
Dicom Ecg Plot
Dicom ECG Viewer and Converter. Convert to PDF, PNG, JPG, SVG, ...
Stars: ✭ 84 (-25%)
Mutual labels:  svg, viewer
Vrchatapi.github.io
VRChat API Documentation
Stars: ✭ 108 (-3.57%)
Mutual labels:  documentation
Doctr
A tool for automatically deploying docs from Travis CI to GitHub pages.
Stars: ✭ 110 (-1.79%)
Mutual labels:  documentation
Vue Crypto Dashboard
Cryptocurrency Dashboard made with Vue
Stars: ✭ 107 (-4.46%)
Mutual labels:  svg
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-3.57%)
Mutual labels:  documentation
Jtop
SVG virtual desktop library that lets you build beautiful desktop like user interfaces.
Stars: ✭ 108 (-3.57%)
Mutual labels:  svg
Panzoom
A library for panning and zooming elements using CSS transforms 🔍
Stars: ✭ 1,593 (+1322.32%)
Mutual labels:  svg
Flowmaker
flowmaker: JS to SVG flowchart generation extension for Vscode in realtime written in typescript and also download the SVG through local node server. Extension:
Stars: ✭ 108 (-3.57%)
Mutual labels:  svg
Pasdoc
Documentation tool for ObjectPascal (Free Pascal, Lazarus, Delphi) source code
Stars: ✭ 110 (-1.79%)
Mutual labels:  documentation
Protodot
transforming your .proto files into .dot files (and .svg, .png if you happen to have graphviz installed)
Stars: ✭ 107 (-4.46%)
Mutual labels:  svg
Warp Svg
Warp and distort SVG files online
Stars: ✭ 112 (+0%)
Mutual labels:  svg
Butterfly
🦋Butterfly,A JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)
Stars: ✭ 2,343 (+1991.96%)
Mutual labels:  svg
Doxypypy
A more Pythonic version of doxypy, a Doxygen filter for Python.
Stars: ✭ 109 (-2.68%)
Mutual labels:  documentation
Battle City
🎮 Battle city remake built with react.
Stars: ✭ 1,543 (+1277.68%)
Mutual labels:  svg

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].