bmsg: Your simple message encryption application

How to download and set up:

git clone https://codeberg.org/bkd/bmsg.git
cd bmsg
python -m venv venv
source venv/bin/activate
pip install requirements.txt

Then to run:

python gui.py