Python basic captcha module
Project description
Python captcha module (Django/Flask)
examples: Siteisleri.com
Install
pip install sicaptcha
Basic Usage (with default settings)
from sicaptcha import sicaptcha as sc
captcha = sc.Sicaptcha()
#you can get the text that visitors will have to submit to confirm they are not a bot
text = captcha.text
output = captcha.get_captcha()
# output: base64 coded image
# you can use it in <img src="data:image/webp;base64,output">
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sicaptcha-0.0.7.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sicaptcha-0.0.7.tar.gz.
File metadata
- Download URL: sicaptcha-0.0.7.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1484124c2b3564d922d7fab8d3cf473f7eda14674795b1c3963f765fd66fc9f8
|
|
| MD5 |
09de03d614187479535c4d0692969dec
|
|
| BLAKE2b-256 |
740983aefcd942d33563386d45579e3baf6f29c7ae75c608bf0d320be6cffdaf
|
File details
Details for the file sicaptcha-0.0.7-py3-none-any.whl.
File metadata
- Download URL: sicaptcha-0.0.7-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a52b22cecd3806624bbb24f75b89494cd49a0eb2a2ce1d26b0f2aa9221ca1cd
|
|
| MD5 |
46eb75c35aae5de6ac4d40bcba06fdbe
|
|
| BLAKE2b-256 |
a1bdcc603abf3f36086a2b807fb4fd2d65101df49b47c80c9042a15d5fe2e9c0
|