This package provides an experimental GUI for Lcapy, lcapy-tk. Schematics can be created and saved in a number of formats and symbolic component voltages and currents can be inspected.
Ensure wheel
and setuptools
are installed.
Run pip install .
If running on windows, please ensure you have the latest Microsoft Visual C++ Redistributable installed.
To view equations, and export circuit diagrams, please ensure LaTeX is installed.
Please install from your distros package manager.
Use brew
to install texlive. brew install texlive
.
From the console it can be run as lcapy-tk
.
From a python interpreter it can be run using:
from lcapygui import LcapyTk
e = LcapyTk()
e.display()