A minimalistic rich text notes app written in GTK4 and Python
- Clone repository using git:
git clone https://github.com/Wemmy0/Inkwell/
- Create new venv & activate it
python -m venv ./venv
source ./venv/bin/activate
- Install the required dependancies
dnf install gobject-introspection-devel
pip install PyGObject mysql-connector-python openai pycairo requests
- Start Inkwell
python src/main.py