agoravoting / flask-captcha

Python Simple Captcha is an extremely simple, yet highly customizable captcha system provided as a flask extension
MIT License
18 stars 8 forks source link

Flask-Captcha

Python Simple Captcha is an extremely simple, yet highly customizable flask extension to use

Features

Requirements

Troubleshooting

"Python: The _imagingft C module is not installed"

You need to recompile Pillow with libfreetype6 support. To do this

$ sudo apt-get install libfreetype6-dev

$ pip uninstall pillow

$ pip install pillow

Development and releases

Developers with release credentials can upload a new version to Pypi using the following two commands:

$ python setup.py sdist upload
$ python setup.py bdist_egg upload

To create a new release, you need to: