Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.09 KB

Build Status Coverage Status PyPI Version Supported Python versions

PogUI

A desktop application for encrypting and/or backing up files. Uses pog under the hood, as the name suggests.

pogui is beta software! But it does mostly work, so there's that!

Installation

Use pip:

pip install pogui

on linux:

pip install pogui[qt]

(if the PyQt5 dependency fails, you may need to upgrade pip: pip install -U pip)

From source,

python setup.py build
python setup.py install

For linux source build, PyQtWebEngine should be installed. For example, by:

pip install PyQt5 PyQtWebEngine

Usage

pogui or python -m pogui.pogui