A SVG Captcha Solver
Project description
🚀 scarsSolver
A Python package designed to parse and solve SVG captchas.
📦 Install/Update Command:
pip install scarsSolver
pip install --upgrade scarsSolver --no-cache-dir
⚙️ Python Example:
import scarsSolver
import json
def svg_captcha_solve():
captcha_string = input("string: ")
json_str = json.dumps(captcha_string)
code, token = scarsSolver.solve_svg(json_str)
if code:
print(f"Code: {code}")
print(f"Token: {token}")
else:
print(f"Error: {token}")
if __name__ == "__main__":
svg_captcha_solve()
⚠️ Requirements
- Python 3.8+
- colorama
- threading
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
scarssolver-1.0.tar.gz
(2.1 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 scarssolver-1.0.tar.gz.
File metadata
- Download URL: scarssolver-1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec720293a94b97cd0e02166f50c5b8216aecbea600a42520e8f04755e09a5f4
|
|
| MD5 |
d2075a3adfced2fd2669f6ad68fb8f0a
|
|
| BLAKE2b-256 |
48592741f28fe954a53b5079a91ea6deb5f8cebde2f3a1c62060da0c4201fbea
|
File details
Details for the file scarssolver-1.0-py3-none-any.whl.
File metadata
- Download URL: scarssolver-1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75cd5849cc66a8e34a5f9d5e59fbb8e4b6e21e80e78985a224431d45b7ff474d
|
|
| MD5 |
73822b5f4d9c9135392188d2033990e4
|
|
| BLAKE2b-256 |
dbb7c879f1b807eee63deac334172a8b38e0ecb2cf311254ced6f8fcf5bb984a
|