Skip to content

All Examples

Sepehr0Day edited this page Jun 13, 2026 · 1 revision

All Examples

Run all non-interactive examples:

python Examples/CaptchaExamples/run_all.py --offline

Remove --offline to include the network-dependent audio example.

Each row below has a standalone simple.py and, except the configuration example, a complete Tkinter interactive.py.

CAPTCHA Simple Tkinter
AnalogClockCaptcha AnalogClockCaptcha/simple.py AnalogClockCaptcha/interactive.py
AnimatedCaptcha AnimatedCaptcha/simple.py AnimatedCaptcha/interactive.py
AudioCaptcha AudioCaptcha/simple.py AudioCaptcha/interactive.py
ClickPointCaptcha ClickPointCaptcha/simple.py ClickPointCaptcha/interactive.py
ColorChallengeCaptcha ColorChallengeCaptcha/simple.py ColorChallengeCaptcha/interactive.py
CustomQuestionCaptcha CustomQuestionCaptcha/simple.py CustomQuestionCaptcha/interactive.py
ImageDirectionCaptcha ImageDirectionCaptcha/simple.py ImageDirectionCaptcha/interactive.py
ImageGridCaptcha ImageGridCaptcha/simple.py ImageGridCaptcha/interactive.py
ImageRandomCaptcha ImageRandomCaptcha/simple.py ImageRandomCaptcha/interactive.py
IrregularPuzzleCaptcha IrregularPuzzleCaptcha/simple.py IrregularPuzzleCaptcha/interactive.py
LogicChallengeCaptcha LogicChallengeCaptcha/simple.py LogicChallengeCaptcha/interactive.py
MathCaptcha MathCaptcha/simple.py MathCaptcha/interactive.py
MathImageCaptcha MathImageCaptcha/simple.py MathImageCaptcha/interactive.py
MazeCaptcha MazeCaptcha/simple.py MazeCaptcha/interactive.py
MissingCharacterCaptcha MissingCharacterCaptcha/simple.py MissingCharacterCaptcha/interactive.py
OddOneOutCaptcha OddOneOutCaptcha/simple.py OddOneOutCaptcha/interactive.py
PatternCompletionCaptcha PatternCompletionCaptcha/simple.py PatternCompletionCaptcha/interactive.py
Perspective3DCaptcha Perspective3DCaptcha/simple.py Perspective3DCaptcha/interactive.py
RotateImageCaptcha RotateImageCaptcha/simple.py RotateImageCaptcha/interactive.py
SequenceCaptcha SequenceCaptcha/simple.py SequenceCaptcha/interactive.py
ShapeCountCaptcha ShapeCountCaptcha/simple.py ShapeCountCaptcha/interactive.py
SliderPuzzleCaptcha SliderPuzzleCaptcha/simple.py SliderPuzzleCaptcha/interactive.py
TextCaptcha TextCaptcha/simple.py TextCaptcha/interactive.py
TextRandomCaptcha TextRandomCaptcha/simple.py TextRandomCaptcha/interactive.py
UpsideDownObjectCaptcha UpsideDownObjectCaptcha/simple.py UpsideDownObjectCaptcha/interactive.py
WordCaptcha WordCaptcha/simple.py WordCaptcha/interactive.py
CaptchaConfig CaptchaConfig/simple.py Not a generator

All paths are relative to Examples/CaptchaExamples/.

Clone this wiki locally