-
Notifications
You must be signed in to change notification settings - Fork 2
Migration to 2.0
Sepehr0Day edited this page Jun 13, 2026
·
1 revision
Version 2.0 replaces the legacy single-module package with modular generators.
Use:
from CaptchaGenerator import CaptchaConfig, TextCaptchaDo not import from the removed legacy
CaptchaGenerator.CaptchaGenerator module.
Visual challenges return ChallengeResult instead of unrelated tuples.
Access result.path, result.answer, result.prompt and result.metadata.
The old resource pack is no longer distributed. Supply your own fonts, backgrounds, image sets and word lists, or use generator defaults.
Telegram-specific examples were replaced by framework-neutral simple and
Tkinter examples under Examples/CaptchaExamples.
- 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