Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 907 Bytes

pytc-gui

PyQt5 GUI wrapping pytc

screenshot

Installation Files

Instructions can be found here

Quick terminal install

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 .