Added configuration setting "redirect_after_captcha". Setting this to "True" will avoid redirection to success or failure page after submission and Kaptsja verification happened. Only a True or False string will be returned allowing JavaScript to handle the continuation in the HTML page itself (similar to Google's reCaptcha).
10.1.6
Correction of wrong rotation angle test. The value was always set to 30. Now rotation range 0 - 360 is possible as intended. Bottle debug and reloader set to False, to prevent double generation of HTML pages (no functional change however). How to run on Android has been added.
10.1.5
10.1.5 Added time limit to solve Kaptsja within a defined time (in seconds). Deleted some left "debug" print statements.
10.1.4
Second release.
Added missing randomlist directory with pictures. Small close tag correction in modal HTML page
Download the Kaptsja-10.1.3.tar.gz file and decompress it with your "zip/unzip" utility in the desired directory.
If you use pip always specify --target=<directory_path> or -t <directory_path> with the package name Kaptsja The package will be downloaded from https://pypi.org/project/Kaptsja/10.1.2/
Example: pip install -t \temp\Kaptsja Kaptsja
Example: pip install -t /home/Kaptsja Kaptsja
Captcha First release. Download the Kaptsja-10.1.2.tar.gz file and decompress it with your "zip/unzip" utility in the desired directory.
If you use pip always specify --target=<directory_path> or -t <directory_path> with the package name Kaptsja The package will be downloaded from https://pypi.org/project/Kaptsja/10.1.2/