Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 823 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 823 Bytes

libDayOne

libDayOne is a simple python module that can read/write journal entries from the Day One journaling app. this was designed mostly for personal use, but feel free to use it in your projects

usage

There are two classes DayOneJournal and DayOneEntry... refer to the docstrings for more info

see the example.py for simple usage. You should be able to use example.py as a fairy functional journal editor.

##Other projects of note

there are already a few projects out there which deal with Day One journals in various manners; such as

  • the excellent command line journaling app jrnl
  • wxWidgets based front-end written in python here.
  • other tools and resources on the DayOne support page