https://github.com/akornatskyy/wheezy.captcha
A lightweight CAPTCHA library
https://github.com/akornatskyy/wheezy.captcha
captcha python wheezy
Last synced: 8 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T05:19:22.000Z (10 months ago)
- Last Synced: 2025-09-25T16:42:44.670Z (9 months ago)
- Topics: captcha, python, wheezy
- Language: Python
- Homepage: https://wheezycaptcha.readthedocs.io/en/latest/
- Size: 5.26 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheezy.captcha
[](https://travis-ci.org/akornatskyy/wheezy.captcha)
[](https://coveralls.io/github/akornatskyy/wheezy.captcha?branch=master)
[](https://wheezycaptcha.readthedocs.io/en/latest/?badge=latest)
[](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).