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' )
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.0.tar.gz
(384.5 kB
view details)
File details
Details for the file SchemDraw-0.1.0.tar.gz
.
File metadata
- Download URL: SchemDraw-0.1.0.tar.gz
- Upload date:
- Size: 384.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8429a2c8d73539c1280dda144d427429fe09cd592de7f97edbc042bf95d64537 |
|
MD5 | 82e6f80c10093e6add473e24e737fb6c |
|
BLAKE2b-256 | 299dd8ed4c4c3e3ff1ce3bba8c22fd444d7807d4e6e8cac8487088f3b7ddd9d9 |