Skip to main content

Electrical circuit schematic drawing

Project description

SchemDraw

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

    import SchemDraw
    import SchemDraw.elements as elm
    d = SchemDraw.Drawing()
    d.add(elm.Resistor(label='100K$\Omega$'))
    d.add(elm.Capacitor(d='down', botlabel='0.1$\mu$F'))
    d.add(elm.Line(d='left'))
    d.add(elm.Ground)
    d.add(elm.SourceV(d='up', label='10V'))
    d.draw()
    d.save('schematic.svg')

Included are symbols for basic electrical components (resistors, capacitors, diodes, transistors, etc.), opamps, logic gates, signal processing elements, and flowchart blocks.

Documentation is available at readthedocs

The most current version can be found in the source code git repository.

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.7.1.tar.gz (7.0 MB view hashes)

Uploaded Source

Built Distribution

SchemDraw-0.7.1-py3-none-any.whl (102.2 kB view hashes)

Uploaded Python 3

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