this is a captcha generator made with pillow. it has three function in current version:
1 . Random Text Creator: randomText()
-
Generate Image Captcha: generate()
-
Checks the entered Captcha: check()
from captchaSaz import *
captcha_image, captcha_text = generate()
captcha_image.show()
client_ = input('Enter captcha: ')
if check(client_, captcha_text) :
print('Loged in!')
else :
print('Your are a damn robot')
print(text)
print('I KNEW YOU WERE A ROBOT!')
-
pip install captchaSaz==2.0.4
is available now!from captchaSaz import *
generate()
-
git clone https://github.com/UndrDsk0M/captcha_generator
pip install -r requirments.txt
python3 captcha_generator.py
or use it asfrom capcha_generator import *
- now available in pypi packeges!
- path issue fixed
- Got inline documents!
- check function added!
- rewriting with typing rules
- adding an option to add lines in Image Captcha
- entering the text
made by ehsan(undrdsk0m)
Copyright (c) 2025 UndrDsk0M