Skip to content

issues Search Results · repo:lepture/captcha language:Python

Filter by

48 results
 (71 ms)

48 results

inlepture/captcha (press backspace or delete to remove)

Hi, I was reviewing the code and noticed that the library uses Python s built-in random module for generating random values, such as in the create_noise_curve method: @staticmethod def create_noise_curve(image: ...
  • mhb8898
  • 2
  • Opened 
    5 days ago
  • #78

When typing the captcha, a small instruction text appears in the input field ( Press Enter to apply ). I am using the captcha package in a streamlit application and pressing Enter is not functioning (see ...
  • aranas
  • 1
  • Opened 
    on May 14, 2024
  • #72

With new release of Pillow (ver 10) its giving AttributeError: ImageDraw object has no attribute textsize I tried using an older version of Pillow, but captcha by default downloads the latest version so ...
  • MVARUNREDDY8203
  • 5
  • Opened 
    on Jul 5, 2023
  • #64

With the release of Pillow 10, the dependency of this module on Pillow (without version specifier) will now install Pillow 10. This causes create_captcha_image to break: File /usr/local/lib/python3.11/site-packages/captcha/image.py ...
  • peterthomassen
  • 7
  • Opened 
    on Jul 3, 2023
  • #63

For example, I want to generate a image(256*256) like this, how could I achieve that? image
enhancement
  • tony8888lrz
  • 2
  • Opened 
    on May 29, 2023
  • #62

Would you mind to release the next version with commits that already exists in the master branch (e9047d5d2ce1def459db111ccc1e8ea38bb9425b, f1ad88403fd892836dba93d829871fd40635a063, 10a464cc786dd19457c2c859e6391e95557d0995)? ...
  • ilBEastli
  • 2
  • Opened 
    on Mar 3, 2023
  • #61

I got following DeprecationWarning. Environment is Ubuntu 20.04 / Python3.10 captcha/image.py:192: DeprecationWarning: QUAD is deprecated and will be removed in Pillow 10 (2023-07-01). Use Transform.QUAD ...
  • peppy0510
  • Opened 
    on Jul 5, 2022
  • #59

  • ksIsCute
  • 1
  • Opened 
    on Jul 3, 2022
  • #58

I have installed captcha but when I apply it to project, i get an error: ModuleNotFoundError: No module named captcha.audio ; captcha is not a package.
  • VERISBABY
  • 1
  • Opened 
    on Apr 17, 2022
  • #57

I wrote the following code: (Python 3.10.2) def generate_captcha(): captcha_text = .join(random.sample( 1234567890 , 4)) image = ImageCaptcha(fonts=[ captcha_fonts/Joseon-Regular.ttf ]) ...
  • amirhh-2000
  • 1
  • Opened 
    on Feb 17, 2022
  • #56
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub