Skip to main content

Recursively check spelling and grammer and other tasks with text documents.

Project description

Build Status PyPi version PyPi Download stats

Recursive Spellcheck in Python

Recursively spellcheck files using aspell or other backend. Optional grammar highlighting via diction is also provided.

Install

  1. install aspell (optionally, install diction the same way)

    • Mac: brew install aspell
    • Linux: apt install aspell
    • Windows: See Windows section below.
  2. Install Python script

    pip install textutils3
    
  3. usage: from Terminal:

    spellcheck
    

for help:

spellcheck -h

Windows

Aspell on Windows is provided by the Aspell authors, since Aspell is currently built using Autotools. You will also have to manually install the dictionary for the desired language. There are two bugs with Aspell 0.5 on Windows:

  1. the spell checker changes the line endings to CRLF, even if no explict changes were specified
  2. the spell checker shows a blank screen until a key is pressed (this is true even when Aspell.exe is run directly in Command Prompt).

Thus it is probably better to use Aspell via Windows Subsystem for Linux until this bug is fixed by the Aspell authors.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

textutils3-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page