Metadata-Version: 2.1
Name: textutils3
Version: 1.1.0
Summary: Recursively check spelling and grammer and other tasks with text documents.
Keywords: spellcheck
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Recursive Spellcheck in Python

[![PyPI Download stats](http://pepy.tech/badge/textutils3)](http://pepy.tech/project/textutils3)

Recursively spellcheck files using aspell or other backend.

Install aspell:

* Mac: `brew install aspell`
* Linux: `apt install aspell`
* Windows: use WSL

from Terminal:

```sh
python -m textutils3.spellcheck

python -m textutils3.latextdiff

python -m textutils3.find_bad_char
```
