wheezy.captcha is a python package written in pure Python code. It is a lightweight captcha library that provides integration with (one of below must be installed):
It is optimized for performance, well tested and documented.
Resources:
- source code, examples and issues tracker are available on github
- documentation
wheezy.captcha requires python version 3.8+. It is independent of operating system. You can install it from pypi site (you need specify extra requirements per imaging library of your choice):
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.