A package to crack VTOPs captcha.
Project description
VTOP Captcha Crack
This is a simple pip package to crack VTOP captchas. It is kept simple and fast. To use it, you have to simply download the captcha image and pass it's path to the package.
Instructions
- Install:
pip install captcha-crack
- Get the captcha:
from captcha_crack import vtop
# initialise the load object
load = vtop.Load()
# you can use the relative path too
captchaPath = 'C:/Users/Alien/Desktop/Test/Captcha.png'
# the fucntion get_captcha_text(captchaPath) will return the text of the captcha
captchaText = load.get_captcha_text(captchaPath)
print(captchaText)
- You're good to go! :rocket:
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
captcha_crack-0.1.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file captcha_crack-0.1.tar.gz
.
File metadata
- Download URL: captcha_crack-0.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a76b0e87b75fadff6fe8ff687d3fb780b0416a646a1d02a49ef19115c1e0d2cf |
|
MD5 | 06b8c1caee2149c68561ed00a4175a1a |
|
BLAKE2b-256 | abb3f844d9879019a9f59e94f1f79030e77dd9af3ad8390c5bc28ff88b5a1e2c |
File details
Details for the file captcha_crack-0.1-py3-none-any.whl
.
File metadata
- Download URL: captcha_crack-0.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88c5df405d5554466453d4d2ab6936ddd8ee30f16890a2f065922f750245ce79 |
|
MD5 | f765efed46f219ad0e84fe3f646ed60d |
|
BLAKE2b-256 | 5f07d3c042d5862222b92526d9b144c1d8382587f76e6bd376c0c30c6ac334df |