A Python package that generates hardware pinout diagrams as SVG images
pinout
SVG diagram creation from Python code – pinout provides an easy method of creating pin-out diagrams for electronic hardware.
Please visit pinout.readthedocs.io for the full quick start tutorial and detailed documentation on all options provided by the pinout package.
Quick start
pinout can be easily installed with pip and provides some sample files that demonstrate key features.
Install
Using a virtual environment is recommended; Start by installing the pinout package. Either clone this repo and pip install it or install from PyPi:
pip install pinout
# Or upgrade to the latest version
pip install --upgrade pinout
Duplicate sample files
A normal pinout diagram will include a hardware image, stylesheet, data file, and a Python script. Sample files are included with the