skills/skills.volces.com/mechanics-sketches

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"
Installs
8
First Seen
Mar 22, 2026
mechanics-sketches from skills.volces.com