Windows Users
A self-contained portable binary is available in x64 (64bit) and x86 (32bit) versions for download below.
Mac OS X Users
A ZIP is available for download which extracts to a standard OS X app bundle which you can drag, and should, drag into your main Applications folder for regular use.
Linux Users
Install via Python Package Index (PyPi) using <b>pip</b> (recommended) or <b>easy_install</b>
<b>PyPi Package Page:</b> tvlinker
$ sudo pip3 install tvlinker
<b>Once installed, run the app:</b>
$ tvlinker
<b>Notes on PyQt5: </b>
It is preferable to install PyQt5 via your Linux distribution's package manager. Check for a package with naming similar to: python3-pyqt5 (Ubuntu / Debian / RedHat / CentOS derivatives) OR python-pyqt5 (Arch Linux / Fedora etc.)