Today, via a :mastodon: search on "#flowchart" I discovered the #python :python: library of my life^[1]:
Its #schemdraw by @codeismycanvas
See below for my first result with it. And here for its release announcement:
https://universeodon.com/@codeismycanvas/110086201109678785
Also: ping @pythonhub
[1] OK, that's probably exaggerated but I am really thrilled.
#schemdraw #python #flowchart #til
I published a new release of #schemdraw today, the #Python library for drawing electrical schematics, flowcharts, and state diagrams via code. This update is mostly little bug fixes and enhancements that have been collecting for a few months.
https://schemdraw.readthedocs.io/
Happy circuit drawing!
#schematic #electricalengineering #diagram #flowchart #circuit #electronics
#schemdraw #python #schematic #electricalengineering #diagram #circuit #electronics #flowchart
Draw electrical schematics using Python code and Schemdraw!
import schemdraw
from schemdraw.elements import Resistor, Capacitor, SourceSin, Line
with schemdraw.Drawing() as d:
d += Resistor().label('R1')
d += Capacitor().down().label('C1')
d += Line().left()
d += SourceSin().up().label('$v_{ac}$')
#schemdraw #schematic #python #electricalengineering #electronics #circuit
#schemdraw #schematic #python #electricalengineering #electronics #circuit