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!
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
pogui
or
python -m pogui.pogui