-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Sepehr0Day edited this page Jun 13, 2026
·
1 revision
Install it into the same interpreter used to run the script:
python -m pip install "CaptchaGenerator[audio]"
python your_script.pyYes. Text generators accept backgrounds. Slider and irregular puzzles accept
an image_path. Render hooks can modify every visual challenge.
Set CaptchaConfig(random_seed=...). Do not use predictable seeds for public
production challenges.
It returns expected answers and UI metadata. Your application owns storage, expiry, rate limits and server-side verification.
No. include_answer_in_metadata=True is for trusted debugging only.
No. Version 2.0 does not provide or require the legacy resource pack.
Each generator has simple.py and interactive.py under
Examples/CaptchaExamples/<CaptchaName>/.
- 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