GPG Encrypt Decrypt GUI: gpged
> `gpged` is a QT6 python application that makes use of GnuPG to present a simple interface for basic pgp operations.
Install with Pip from Pypi:
`pip install gpged`
Install with Pip from source:
bash
clone the repo then
cd gpged
pip install .
Install with pipenv from source:
`pipenv install --system --deploy`
Run gpged
`gpged`