Skip to content

Wordbook is a dictionary application built for GNOME.

License

Notifications You must be signed in to change notification settings

rafaelmardojai/Wordbook

 
 

Repository files navigation

Wordbook
Wordbook

Lookup definitions of any term

Searching (Light mode)

Wordbook is a dictionary application built for GNOME using the Open English WordNet database for definitions and the reliable eSpeak for pronunciations (both audio and phoneme).

Features

  • Fully offline after initial data download
  • Random Word
  • Live Search
  • Double click to search
  • Custom Definitions feature using Pango Markup or an HTML subset for formatting
  • Support for GNOME Dark Mode and launching app in dark mode.

Screenshots

Welcome screen (Light mode) Searching (Light mode)

Welcome screen (Dark mode) Searching (Dark mode)

Requirements

  • GTK 3.20+ [Arch: gtk3]
  • libhandy 1.2.0+ (libhandy1) [Arch: libhandy]
  • Python 3 [Arch: python]
  • Standalone WordNet Python module [Arch AUR: python-wn]
  • Python GObject [Arch: python-gobject]
  • eSpeak-ng (For pronunciations and audio) [Arch: espeak-ng]

Installation

Using Flatpak

Download on Flathub

Using distro-specific packages

Right now, Wordbook is only packaged for Arch through the AUR as wordbook.

From Source

To install, first make sure of the dependencies as listed above.

make setup
make install

For a local build with debugging enabled:

make setup
make develop
make run

About

Wordbook is a dictionary application built for GNOME.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.8%
  • Meson 5.4%
  • Makefile 1.2%
  • CSS 0.6%