-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Sepehr0Day edited this page Jun 13, 2026
·
1 revision
pip install CaptchaGeneratorpip install "CaptchaGenerator[audio]"AudioCaptcha uses gTTS and requires an internet connection.
git clone https://github.com/Sepehr0Day/CaptchaGenerator.git
cd CaptchaGenerator
pip install -e ".[dev,audio]"
python -m pytest -q- Home
- Installation
- Quick-Start
- Configuration
- Core-API
- Generator-API-Reference
- Core-Utilities
- Supported-CAPTCHAs
- All-Examples
- Text-and-Media-CAPTCHAs
- Logic-CAPTCHAs
- Image-CAPTCHAs
- Selection-CAPTCHAs
- Puzzle-CAPTCHAs
- Visual-Reasoning-CAPTCHAs
- Tkinter-Examples
- Web-Integration
- Architecture
- Creating-a-Generator
- Security
- Publishing
- Migration-to-2.0
- FAQ