pytc-gui

PyQt5 GUI for pytc API


License
Other
Install
pip install pytc-gui==1.2.2

Documentation

pytc-gui

PyQt5 GUI for pytc

screenshot

Installation Files

instructions can be found here

quick terminal install

the pytc GUI is available for pip install:

```
pip 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
pip install .
```