Skip to main content

Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher.

Project description

Bouquin

Bouquin logo

Introduction

Bouquin ("Book-ahn") is a notebook and planner application written in Python, Qt and SQLCipher.

It is designed to treat each day as its own 'page', complete with Markdown rendering, tagging, search, reminders and time logging for those of us who need to keep track of not just TODOs, but also how long we spent on them.

For those who rely on that time logging for work, there is also an Invoicing feature that can generate invoices of that time spent.

There is also support for embedding documents in a file manager.

It uses SQLCipher as a drop-in replacement for SQLite3.

This means that the underlying database for the notebook is encrypted at rest.

To increase security, the SQLCipher key is requested when the app is opened, and is not written to disk unless the user configures it to be in the settings.

There is deliberately no network connectivity or syncing intended, other than the option to send a bug report from within the app, or optionally to check for new versions to upgrade to.

Screenshots

General view

Bouquin screenshot

History panes

Screenshot of Bouquin History Preview Pane Screenshot of Bouquin History Diff Pane

Tags

Screenshot of Bouquin Tag Manager screen

Time Logging

Screenshot of Bouquin Time Log screens

Statistics

Bouquin statistics

Features

  • Data is encrypted at rest
  • Encryption key is prompted for and never stored, unless user chooses to via Settings
  • All changes are version controlled, with ability to view/diff versions, revert or delete revisions
  • Tabs are supported - right-click on a date from the calendar to open it in a new tab.
  • Automatic rendering of basic Markdown syntax
  • Basic code block editing/highlighting
  • Ability to collapse/expand sections of text
  • Ability to increase/decrease font size
  • Images are supported
  • Search all pages, or find text on current page
  • Automatic periodic saving (or explicitly save)
  • Automatic locking of the app after a period of inactivity (default 15 min)
  • Rekey the database (change the password)
  • Export the database to json, html, csv, markdown or .sql (for sqlite3)
  • Backup the database to encrypted SQLCipher format (which can then be loaded back in to a Bouquin)
  • Dark and light theme support
  • Automatically generate checkboxes when typing 'TODO'
  • It is possible to automatically move unchecked checkboxes from the last 7 days to the next day.
  • English, French and Italian locales provided
  • Ability to set reminder alarms (which will be flashed as the reminder or can be sent as webhooks/email notifications)
  • Ability to log time per day for different projects/activities, pomodoro-style log timer, timesheet reports and invoicing of time spent
  • Ability to store and tag documents (tied to Projects, same as the Time Logging system). The documents are stored embedded in the encrypted database.
  • Add and manage tags on pages and documents

How to install

Unless you are using the Debian option below:

  • Make sure you have libxcb-cursor0 installed (on Debian-based distributions) or xcb-util-cursor (RedHat/Fedora-based distributions).
  • If downloading from my Forgejo's Releases page, you may wish to verify the GPG signatures with my GPG key.

Debian 13 ('Trixie')

sudo mkdir -p /usr/share/keyrings
curl -fsSL https://mig5.net/static/mig5.asc | sudo gpg --dearmor -o /usr/share/keyrings/mig5.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/mig5.gpg] https://apt.mig5.net $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mig5.list
sudo apt update
sudo apt install bouquin

Fedora 42

sudo rpm --import https://mig5.net/static/mig5.asc

sudo tee /etc/yum.repos.d/mig5.repo > /dev/null << 'EOF'
[mig5]
name=mig5 Repository
baseurl=https://rpm.mig5.net/$releasever/rpm/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://mig5.net/static/mig5.asc
EOF

sudo dnf upgrade --refresh
sudo dnf install bouquin

From PyPi/pip

  • pip install bouquin

From AppImage

  • Download the Bouquin.AppImage from the Releases page, make it executable with chmod +x, and run it.

From source

  • Clone this repo or download the tarball from the releases page
  • Ensure you have poetry installed
  • Run poetry install to install dependencies
  • Run poetry run bouquin to start the application.

Alternatively, you can download the source code and wheels from Releases as well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bouquin-0.8.4.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bouquin-0.8.4-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file bouquin-0.8.4.tar.gz.

File metadata

  • Download URL: bouquin-0.8.4.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.13.5 Linux/6.18.26-2.qubes.fc37.x86_64

File hashes

Hashes for bouquin-0.8.4.tar.gz
Algorithm Hash digest
SHA256 9dbeb360fd382e9b5f2c94511bbe9639d2214b01a586e03c9d44cc969bdab811
MD5 9328c39993fc761dc49438e8b6a226a3
BLAKE2b-256 ae632e908f8909a556d416d16592a5f2e671a4a3d53049e26b68ff4d492f5821

See more details on using hashes here.

File details

Details for the file bouquin-0.8.4-py3-none-any.whl.

File metadata

  • Download URL: bouquin-0.8.4-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.13.5 Linux/6.18.26-2.qubes.fc37.x86_64

File hashes

Hashes for bouquin-0.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 368fd573b5ce7dfe4690f1b0a18f0f5395e615216d42efa129170095eb6fd475
MD5 6cd0598269042dae4a242b12269d7de7
BLAKE2b-256 32b8aa44a4d2bb1702aee86f8e169865452292d1d848964ab5da8c0752e5b4a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page