Skip to main content

make it easy to crack slider

Project description

slidercracker

介绍

滑块验证码识别

软件架构

软件架构说明

安装教程

  1. pip安装
pip install slidercracker
  1. pip安装(使用阿里镜像加速)
pip install slidercracker -i https://mirrors.aliyun.com/pypi/simple

使用说明

  1. demo
import slidercracker
test_res = slidercracker.identify_gap_locations(
            background_img_url='background_img_url',
            slider_img_url='slider_img_url',
            retain=False
        )
  1. point_n说明
  • 这个表中每个格子的数字代表n,0代表point_0
1 2 3
8 0 4
7 6 5
  1. 注意:如果不设置图片保存位置参数,图片将保存在依赖所在位置

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slidercracker-0.1.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

slidercracker-0.1.0-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page