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
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.2.tar.gz
(387.6 kB
view details)
File details
Details for the file SchemDraw-0.1.2.tar.gz
.
File metadata
- Download URL: SchemDraw-0.1.2.tar.gz
- Upload date:
- Size: 387.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8337c7e913dd6b3464f07d2c7d25627840bb41bdaa2c0a304a243e27b6757fb9 |
|
MD5 | 679a91a84cbb77eabfbafc4b61351e5d |
|
BLAKE2b-256 | 01e34a35887a24d7bb6e491a2b02fba1afa4eac5b133674be0a93718b0044bb7 |