A very simple tk based gui for papis
Development of Papis TK happens on Github.
Warning
This gui quite buggy and it needs someone that takes care of it.
To install the latest released version of Papis TK, run this command in your terminal:
$ pip install papis_tk
This is the preferred method to install Papis TK, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
To install the latest development version of Papis TK from Github.
$ pip install git+https://github.com/alejandrogallo/papis_tk.git@master#egg=papis_tk
To use Papis TK in a project:
import papis_tk