Skip to content
/ Inkwell Public

A minimalistic notes app written in GTK4 and Python

License

Notifications You must be signed in to change notification settings

Wemmy0/Inkwell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalistic notes app written in GTK4 and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published