Recursive spell check with Aspell and Python
We have created a Python script that recursively checks spelling in text files using aspell
:
spellcheck.py
install
pip install textutils3
usage
spellcheck
Alternatives
Pure Python spell checker
We have created a Python script that recursively checks spelling in text files using aspell
:
spellcheck.py
pip install textutils3
spellcheck
Pure Python spell checker