Sweetcaptcha Generator And Validator
------------------------------------
Generates and validates sweetcaptchas (http://sweetcaptcha.com/).
Steps to use:
1) Create account at sweetcaptcha.com, which provides an app_id and
app_key.
2) Use sweetcaptcha.get_html to generate the sweetcaptcha HTML widget.
3) Use sweetcaptcha.check to verify a posted sweetcaptcha.
If you use wtforms, there is a SweetCaptcha widget that will simplify your
life. See sweetcaptcha.sweetcaptchawt for documentation.
A demo of the library can be seen by installing Flask and wtforms. After
installing the required libraries run sweetcaptcha.flaskdemo.