Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sz3/pogui
Encryption/backup GUI. Built with pywebview.
https://github.com/sz3/pogui
backup encryption gui libsodium pywebview
Last synced: about 2 months ago
JSON representation
Encryption/backup GUI. Built with pywebview.
- Host: GitHub
- URL: https://github.com/sz3/pogui
- Owner: sz3
- License: mit
- Created: 2020-01-14T06:58:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T00:33:37.000Z (over 2 years ago)
- Last Synced: 2024-11-14T20:11:54.537Z (2 months ago)
- Topics: backup, encryption, gui, libsodium, pywebview
- Language: JavaScript
- Homepage:
- Size: 341 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/sz3/pogui/workflows/ci/badge.svg)](https://github.com/sz3/pogui/actions?query=workflow%3Aci)
[![Coverage Status](https://coveralls.io/repos/github/sz3/pogui/badge.svg?branch=master)](https://coveralls.io/github/sz3/pogui?branch=master)
[![PyPI Version](https://img.shields.io/pypi/v/pogui.svg)](https://pypi.python.org/pypi/pogui)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pogui.svg)](https://pypi.python.org/pypi/pogui)## PogUI
A desktop application for encrypting and/or backing up files. Uses [pog](https://github.com/sz3/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`