Metadata-Version: 2.1
Name: pyqt-spellcheck
Version: 0.1.1
Summary: Spellchecking QTextEdit widget
Author: Nethum Lamahewage
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyenchant (>=3.2.2,<4.0.0)
Requires-Dist: pyqt5 (>=5.15.10,<6.0.0)
Description-Content-Type: text/markdown

# 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 `example.py`

<img src="https://i.imgur.com/VSo625R.gif" width="500" height="500" alt="Demo"/>

