An open API service indexing awesome lists of open source software.

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

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`

Demo