Skip to content

Elixonus/captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

captcha 🤗

Example Captcha

To install the required dependencies, run the command pip install -r requirements.txt

To start the captcha generator web server, go to the main directory and run the command flask run which will run app.py and start the server

API

/api/new - create a new captcha and give the code of it in text

/api/image?code=c - view the captcha image with the code matching c

/api/check?code=c&number=n - check if the captcha with the code matching c has the number n as the solution, response is either "Good" or "Bad"

About

Small captcha generator API and server (feel free to use personally or solve with AI)

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors