SkillAgentSearch skills...

Wheezy.captcha

A lightweight CAPTCHA library

Install / Use

/learn @akornatskyy/Wheezy.captcha
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

wheezy.captcha

tests Coverage Status Documentation Status pypi version

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):

  • PIL - Python Imaging Library 1.1.7.
  • Pillow - Python Imaging Library (fork).

It is optimized for performance, well tested and documented.

Resources:

Install

wheezy.captcha requires python version 3.10+. 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.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated5d ago
Forks2

Languages

Python

Security Score

95/100

Audited on Mar 29, 2026

No findings