Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akornatskyy/wheezy.captcha
A lightweight CAPTCHA library
https://github.com/akornatskyy/wheezy.captcha
captcha python wheezy
Last synced: about 1 month ago
JSON representation
A lightweight CAPTCHA library
- Host: GitHub
- URL: https://github.com/akornatskyy/wheezy.captcha
- Owner: akornatskyy
- License: mit
- Created: 2020-06-25T07:54:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T10:50:38.000Z (about 2 months ago)
- Last Synced: 2024-11-10T11:24:25.590Z (about 2 months ago)
- Topics: captcha, python, wheezy
- Language: Python
- Homepage: https://wheezycaptcha.readthedocs.io/en/latest/
- Size: 5.25 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheezy.captcha
[![Build Status](https://travis-ci.org/akornatskyy/wheezy.captcha.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.captcha)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.captcha/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.captcha?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezycaptcha/badge/?version=latest)](https://wheezycaptcha.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.captcha.svg)](https://badge.fury.io/py/wheezy.captcha)[wheezy.captcha](https://pypi.org/project/wheezy.captcha/) is a
[python](http://www.python.org) package written in pure Python code. It
is a lightweight captcha library that provides integration with (one of
below must be installed):- [PIL](http://www.pythonware.com/products/pil/) - Python Imaging
Library 1.1.7.
- [Pillow](https://pypi.python.org/pypi/Pillow) - Python Imaging
Library (fork).It is optimized for performance, well tested and documented.
Resources:
- [source code](https://github.com/akornatskyy/wheezy.captcha),
[examples](https://github.com/akornatskyy/wheezy.captcha/tree/master/demos)
and [issues](https://github.com/akornatskyy/wheezy.captcha/issues)
tracker are available on
[github](https://github.com/akornatskyy/wheezy.captcha)
- [documentation](https://wheezycaptcha.readthedocs.io/en/latest/)## Install
[wheezy.captcha](https://pypi.org/project/wheezy.captcha/) requires
[python](http://www.python.org) version 3.9+. It is independent of operating
system. You can install it from
[pypi](https://pypi.org/project/wheezy.captcha/) site (you need specify
extra requirements per imaging library of your choice):```sh
pip install wheezy.captcha
pip install wheezy.captcha[PIL]
pip install wheezy.captcha[Pillow]
```If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.captcha).