https://github.com/nethuml/pyqt-spellcheck
Spellchecking QTextEdit widget
https://github.com/nethuml/pyqt-spellcheck
pyqt5 spellcheck
Last synced: 5 months ago
JSON representation
Spellchecking QTextEdit widget
- Host: GitHub
- URL: https://github.com/nethuml/pyqt-spellcheck
- Owner: NethumL
- License: mit
- Created: 2020-12-08T14:03:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T07:52:35.000Z (over 2 years ago)
- Last Synced: 2025-12-22T23:44:33.747Z (6 months ago)
- Topics: pyqt5, spellcheck
- Language: Python
- Homepage: https://pypi.org/project/pyqt-spellcheck
- Size: 37.1 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyQt Spell check
## Usage
### Setup
- Install [enchant](https://github.com/AbiWord/enchant)
- Install from PyPI
```shell
$ pip install pyqt-spellcheck
```
### Example
An example of usage is available in `examples/example.py`