Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

notsobad/libcaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

libCaptcha

NOT READY FOR USE YET!!

Code stealed from django-simple-captcha, removed django dependence, so you can use it in any other project, like tornado or web.py.

Usage:

from libcaptcha.utils import captcha_image
from libcaptcha import helpers

text = helpers.random_char_challenge()[1]
data = captcha_image(text, 2)
open('x.png', 'w').write(data)

About

a python captcha library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages