PyQt5 GUI wrapping pytc
- mac
- windows
- linux: install via
pip
- demo files
Instructions can be found here
The pytc GUI is available for pip install:
pip3 install pytc-gui
You can also clone from github and install from setup.py:
git clone https://github.com/harmslab/pytc-gui.git
cd pytc-gui
pip3 install .