Skip to content

papis/papis-tk

Repository files navigation

Papis TK

Papis TK on the Python Package Index Travis Continuous Integration Coveralls Documentation Status GPL v3 License

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.

Installation

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

Usage

To use Papis TK in a project:

import papis_tk

Releases

No releases published

Packages

No packages published