mechanics-sketches
Installation
SKILL.md
MechanicsSketches Skill
You can generate engineering mechanics sketches programmatically using the MechanicsSketches Python library.
Setup
Install the library via pip:
pip install git+https://github.com/MatthiasHBusch/MechanicsSketches.git
Or install dependencies manually and add to PYTHONPATH:
pip install matplotlib PyQt5
export PYTHONPATH="/path/to/parent/of/MechanicsSketches:$PYTHONPATH"