Skip to content

Installation

Sepehr0Day edited this page Jun 13, 2026 · 1 revision

Installation

Standard

pip install CaptchaGenerator

Audio Support

pip install "CaptchaGenerator[audio]"

AudioCaptcha uses gTTS and requires an internet connection.

Development

git clone https://github.com/Sepehr0Day/CaptchaGenerator.git
cd CaptchaGenerator
pip install -e ".[dev,audio]"
python -m pytest -q

Clone this wiki locally