# lcapy-gui **Repository Path**: eric96may/lcapy-gui ## Basic Information - **Project Name**: lcapy-gui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-10 - **Last Updated**: 2025-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lcapy-gui 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. Note, the current development version requires the latest version of Lcapy on github. ## Installation Ensure `wheel` and `setuptools` are installed. Run `pip install .` If running on windows, please ensure you have the latest [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed. To view equations, and export circuit diagrams, please ensure LaTeX is installed. #### Linux Please install from your distros package manager. #### macOS Use `brew` to install texlive. `brew install texlive`. ## How to run 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()