Metadata-Version: 2.1
Name: pyqt-spellcheck
Version: 0.2.1
Summary: Spellchecking QTextEdit widget
Home-page: https://github.com/NethumL/pyqt-spellcheck
License: MIT
Keywords: pyqt5,spellcheck
Author: Nethum Lamahewage
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
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)
Project-URL: Repository, https://github.com/NethumL/pyqt-spellcheck
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 `examples/example.py`

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

