ArkNote Screenshot

ArkNote

A Simple text editor
with the looks.

latest version: 0.1.2 - 6/26/25 12:56AM

Why this text editor is different from others:

Feature 1

Sleek UI made in PySide6

The UI is nice and consistent and wont burn your eyes

Feature 2

Coded purely in Python

It is coded fully in python, bringing performance benefits

Feature 3

Easy Configuration

Easily configurable from a GUI

Screenshots

Screenshot 1 Screenshot 2

Installation Instructions

Windows

pip install pyside6
git clone -b ArkNote-Refresh --single-branch https://github.com/arc360alt/arcnote.git
cd arcnote
python arknote.py
              

Linux

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