Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 799 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 799 Bytes

myCaptcha Flask Application

This repository contains the source code for a Flask web application designed to integrate with the myCaptcha service. The main.py file is the core of the application, providing functionality to display and verify captchas using the myCaptcha API.

Features

  • Captcha Display: The application fetches and displays a captcha challenge from the myCaptcha service.
  • Captcha Verification: Users can submit their answers for captcha verification. The application communicates with the myCaptcha API to validate responses.

For more information on myCaptcha and how to obtain an API key, visit myCaptcha's official website.

License

This project is licensed under the MIT License - see the LICENSE file for details.