captcha icon indicating copy to clipboard operation
captcha copied to clipboard

A captcha library that generates audio and image CAPTCHAs.

Results 14 captcha issues
Sort by recently updated
recently updated
newest added

For example, I want to generate a image(256*256) like this, how could I achieve that? ![image](https://github.com/lepture/captcha/assets/72693579/aaa1f53f-0bbd-4ad5-b7c6-3fb84d8ac48d)

enhancement

Once special characters are rotated, they become illegible. So I added the ability to disable rotation of all text characters and disable rotation of special characters anyway.

I noticed this issue, which was "discussed" and closed some time ago and I'd like to chime in: https://github.com/lepture/captcha/issues/6 There is nothing as reassuring as the GPL license, either for...

# Add Bounding Box Functionality for Machine Learning Applications ## Overview This PR adds a new `generate_with_bounding_boxes` method to the `ImageCaptcha` class that provides precise character-level bounding box coordinates alongside...