Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 612 Bytes

Inkwell

A minimalistic rich text notes app written in GTK4 and Python

Running from source (Fedora):

  1. Clone repository using git:
git clone https://github.com/Wemmy0/Inkwell/
  1. Create new venv & activate it
python -m venv ./venv
source ./venv/bin/activate
  1. Install the required dependancies
dnf install gobject-introspection-devel
pip install PyGObject mysql-connector-python openai pycairo requests
  1. Start Inkwell
python src/main.py