A simple and fast note-taking app for Linux, written in Python with GTK licensed under GPLv3.
Download .flatpak
file from releases page and install it with either graphical software manager you have or
flatpak install vnotes.flatpak
Install python3, and relevant dependencies if those are missing: pygobject
, xdg
and stat
.
Download source code from the repo using "Code" => "Download as Zip" button above or with this command:
git clone https://github.com/vega-d/vnotes
Run main.py:
cd vnotes & python3 main.py
And the app should start right away!