Skip to content

andrzej-r/pschem

Repository files navigation

PSchem

Pschem is an opensource and scriptable electronics schematics editor. It's built on top of an open design database and uses Python for both the implementation and user scripts.

Project Resources

Supported Platforms

  • Windows
  • Linux
  • Other supported by the Qt library (not tested)

License

PSchem is a copyrighted software. Please check CONTRIBUTORS file for the list of authors.

You may use the program and its source code provided you comply with terms of following licenses:

  • GPL v3 - GUI, everything that uses Qt library (PSchem directory)
  • LGPL v3 - Database backend (Database directory)
  • other opensource licenses - third party code distributed together with Pschem (Thirdparty directory)

PSchem is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Contributing

  • Contact us via the mailing list.
  • Fix or update the wiki.
  • Fork the repository and keep us informed about the changes.

Installation

Installation is not supported yet. For now, please run the program from its directory.

To run the program you will need following components:

Usage

Note: PSchem is in a very early stage of development. It is not yet suitable for use in the electronic circuit design.

Use provided batch files or run the program directly:

$ python pschem.py

There are no electronic component libraries available yet so you may want to reuse some of gEDA designs.

Note: PSchem is not related to the gEDA project. Please do not report problems with PSchem on the gEDA mailing list or issue trackers.

About

An opensource electronic schematics editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published