
ArkNote
A Simple text editor
with the looks.
latest version: 0.1.2 - 6/26/25 12:56AM
A Simple text editor
with the looks.
The UI is nice and consistent and wont burn your eyes
It is coded fully in python, bringing performance benefits
Easily configurable from a GUI
pip install pyside6
git clone -b ArkNote-Refresh --single-branch https://github.com/arc360alt/arcnote.git
cd arcnote
python arknote.py
git clone -b ArkNote-Refresh --single-branch https://github.com/arc360alt/arcnote.git
cd arcnote
python3 -m venv venv
source venv/bin/activate
pip install pyside6
python arknote.py