https://github.com/hrmeetsingh/pythoncaptchaimage
PythonCaptchaImage
https://github.com/hrmeetsingh/pythoncaptchaimage
Last synced: 10 months ago
JSON representation
PythonCaptchaImage
- Host: GitHub
- URL: https://github.com/hrmeetsingh/pythoncaptchaimage
- Owner: hrmeetsingh
- Created: 2023-07-21T07:19:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T08:38:56.000Z (over 2 years ago)
- Last Synced: 2025-01-03T08:31:24.439Z (12 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Inspiration
Used code example from [Python example](https://clcoding.gumroad.com/l/sbapl/clcoding)
pip documentation [Pip captcha](https://pypi.org/project/captcha/
)
## Recommended installation
Use virtualenv for creating isolated environment
Keep Pillow version < 10.0.0 because of [this issue](https://groups.google.com/g/weewx-user/c/4qz0bwgna7g?pli=1)