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' )
Documentation is available in the docs folder or online: http://cdelker.bitbucket.org/SchemDraw/SchemDraw.html
The most current version can be found in the source code git repository: https://bitbucket.org/cdelker/schemdraw
Project details
Release history Release notifications | RSS feed
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.4.tar.gz
(829.5 kB
view details)
File details
Details for the file SchemDraw-0.1.4.tar.gz
.
File metadata
- Download URL: SchemDraw-0.1.4.tar.gz
- Upload date:
- Size: 829.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fce4b5e6f1f1f164790a53174e4f3837ae12640cf0df29ef3e34e75e4a2ecd8 |
|
MD5 | 49b2d3c66d98b096a738c3585ea46c82 |
|
BLAKE2b-256 | fb06306ee7ea316d2bd8937399667ad17b6e8b5e64a6252d03995a1ac2b982e4 |