Home

Awesome

Python GTK Spellcheck

PyPi Project Page Documentation

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 3 and 4 via PyGObject.

⚡️ News: Thanks to @cheywood, Python GTK Spellcheck now supports GTK 4! 🎉

🟢 Status: This project is mature, actively maintained, and open to contributions and co-maintainership.

✨ Features

<p align="center"> <img src="https://raw.githubusercontent.com/koehlma/pygtkspellcheck/master/docs/screenshots/screenshot.png" alt="Screenshot" /> </p>

🚀 Getting Started

Python GTK Spellcheck is available from the Python Package Index:

pip install pygtkspellcheck

Depending on your distribution, you may also find Python GTK Spellcheck in your package manager. For instance, on Debian you may want to install the python3-gtkspellcheck package.

🥳 Showcase

Over time, several projects have used Python GTK Spellcheck or are still using it. Among those are:

🔖 Versions

Version numbers follow Semantic Versioning. However, the update from 3 to 4 pertains only API incompatible changes in oxt_extract and not the spellchecking component. The update from 4 to 5 removed support for Python 2, GTK 2, pylocales, and the oxt_extract API. Otherwise, the API is still compatible with version 3.

📚 Documentation

The documentation is available at Read the Docs.

🏗 Contributing

We welcome all kinds of contributions! ❤️

For minor changes and bug fixes feel free to simply open a pull request. For major changes impacting the overall design of Python GTK Spellcheck, please first start a discussion outlining your idea.

By submitting a PR, you agree to license your contributions under “GPLv3 or later”.