Skip to content

yahyashaikh24/Captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To Execute this code:

  1. pip install captcha or pillow
  2. make an object of a class 'anyVariable = recaptchaTest()'
  3. Generate a random string from 'captcha_text = anyVariable.capRandomText()'
  4. pass Generated string in as an argument in 'anyVariable.capImage(captcha_text)'
  5. At the end Validation 'retVal = anyVariable.capValidate(captcha_text,input_captcha)' Note : Here I returned Int 1 = True , -1 = False

Releases

No releases published

Packages

No packages published

Languages