python-schdoc/README.md

11 lines
322 B
Markdown
Raw Normal View History

2020-03-04 03:33:56 +00:00
# Altium-Schematic-Parser
Converts Altium .SchDoc files into json
## Prerequisites
* python 3
* olefile
## Install
git clone git@github.com:a3ng7n/Altium-Schematic-Parser.git
2020-03-04 09:01:01 +00:00
cd Altium-Schematic-Parser
pip install -e .
## Usage
python parse.py -i "path/to/altiumschematic.schdoc" -o "path/to/jsonfile.json"