/pygtkspellcheck

a simple but quite powerful spellchecking library for GTK written in pure Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python GTK Spellcheck

pypi docs

Python GTK Spellcheck is a simple but quite powerful spellchecking library for GTK written in pure Python. It's spellchecking component is based on Enchant and it supports both GTK bindings (PyGObject, PyGTK) as well as Python 3 and 2.

Features

  • spellchecking based on Enchant for GtkTextViews
  • support for word, line and multiple line ignore regular expressions
  • PyGObject and PyGtk (automatic detection) as well as Python 3 and 2 compatible
  • localized names of the available languages based on ISO-Codes
  • support for custom ignore tags and hot swap of GtkTextBuffers
  • enable and disable of spellchecking with preferences memory
  • support for Hunspell (LibreOffice) and Aspell (GNU) dictionaries
  • supports extraction of dictionaries out of LibreOffice extension files
  • legacy API for Python GtkSpell

Python GTK Spellcheck Screenshot

Showcase

  • Nested Editor: “Specialized editor for structured documents.”
  • Cherry Tree: “A hierarchical note taking application, […].”
  • Zim: “Zim is a graphical text editor used to maintain a collection of wiki pages.”
  • REMARKABLE: “The best markdown editor for Linux and Windows.”
  • RedNotebook: “RedNotebook is a modern journal.”
  • Reportbug: “Reports bugs in the Debian distribution.”
  • UberWriter: “UberWriter is a writing application for markdown.”

Versions

Version numbers follow Semantic Versioning. However version change from 3 to 4 pertains only API incompatible changes in oxt_extract and not the spellchecking component.

Documentation

The documentation is available at Read the Docs.