Skip to main content

Electrical circuit schematic drawing

Project description

SchemDraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage:

import SchemDraw as schem
import SchemDraw.elements as e
d = schem.Drawing()
d.add( e.RES, label='100K$\Omega$' )
d.add( e.CAP, d='down', botlabel='0.1$\mu$F' )
d.draw()
d.save( 'schematic.png' )

The most current version can be found in the source code git repository: https://bitbucket.org/cdelker/schemdraw

Documentation is available in the docs folder or online: http://cdelker.bitbucket.org/SchemDraw.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SchemDraw-0.1.3.tar.gz (418.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page