TWEENK - Encrypted Note App
Developer
Maciej PiÄ…tek
About
Tweenk is an encrypted note taking app written in Golang. It uses Fyne as its GUI environment. Its a lightweight application made to run on everything that Go and Fyne can run on. It uses a custom .tweenk extension for notes and .tweenklist for lists and AES-256 encryption.

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/maciej-piatek/TWEENK@latest
Or you can download the code directly from git:
git clone https://github.com/maciej-piatek/TWEENK