A simple graphical frontend to Delwink's PATTS using the PyQt module for Python 3.
The following modules must be installed for Python 3 for this application to run.
| Module | Purpose |
|---|---|
| PyQt4 | GUI Toolkit |
| patts | PATTS-specific features and operations |
On Debian, PyQt4 can be installed with
# apt-get install python3-pyqt4
The patts module can be downloaded from Delwink's website. The
instructions and dependencies of it is described in its documentation.
We strive to keep the code compliant with PEP 8, but there are exceptions to every rule. If you would like to contribute, submit your diff to Delwink, or use GitHub's pull request system.
patts-qt is libre software: you are free to use, modify, and redistribute it under the terms of version 3 of the GNU Affero General public license.