Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.78 KB

PyPI_docs.md

File metadata and controls

51 lines (35 loc) · 1.78 KB

PyCircTools

PyCircTools is a python package which contains tools to build circuits using python 3. It is a work in progress, and will be updated frequently to add more modules.

1. Installing PyCircTools and importing it

2. Logic Gates Module

3. Multiplexers Module

4. Latches Module

5. Exceptions

6. About

Installing PyCircTools and importing it.

To install PyCircTools, use pip by calling the following command:

pip install PyCircTools

Importing it is as easy as it gets, just insert the line

from PyCircTools.*subpackage* import *modules*

at the start of your code, and substitute subpackage with the package you want, and modules with the modules you want to import to your project.

Logic Gates Module

To read the documentation for this module, click this link.

Multiplexers Module

To read the documentation for this module, click this link.

Latches Module

To read the documentation for this module, click this link.

Exceptions

To read the documentation for this module, click this link.

About

PyCircTools is software developed by LovetheFrogs and licensed under GPL-3.0 license.