معرفی شرکت ها


Flask-Captcha-0.1.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A very simple, yet powerful, Flask captcha extension
ویژگی مقدار
سیستم عامل -
نام فایل Flask-Captcha-0.1.8
نام Flask-Captcha
نسخه کتابخانه 0.1.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Eduardo Robles Elvira
ایمیل نویسنده edulix@wadobo.com
آدرس صفحه اصلی https://github.com/agoraciudadana/flask-captcha
آدرس اینترنتی https://pypi.org/project/Flask-Captcha/
مجوز MIT
# Flask-Captcha Python Simple Captcha is an extremely simple, yet highly customizable flask extension to use ## Features * Very simple to setup and deploy, yet very configurable * Can use custom challenges (e.g. random chars, simple maths, dictionary word, ...) * Custom generators, noise and filter functions alter the look of the generated image * Supports text-to-speech audio output of the challenge text, for improved accessibility ## Requirements * Python 3.3+ * Flask * A recent version of the Python Imaging Library (Pillow 2.2+) compiled with FreeType support * Flite is required for text-to-speech (audio) output, but not mandatory ## Troubleshooting * If the captcha does not render, try opening the img url link directly. If you get this error "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: * update the VERSION variable in flask_captcha/__init__.py * updated the version in the setup.py script * create a git tag for the release


نحوه نصب


نصب پکیج whl Flask-Captcha-0.1.8:

    pip install Flask-Captcha-0.1.8.whl


نصب پکیج tar.gz Flask-Captcha-0.1.8:

    pip install Flask-Captcha-0.1.8.tar.gz