Simple python wrapper to the api, useful if you need some spell check. The JSON data returned by the api are managed by classes.
check(text, lang_code)
will return a list ofError
objectsget_languages()
will get the languages supported by LanguageTool
There is a simple Tkinter GUI implementation in the pylanggui
folder