# SliderImgUnlockOnPython **Repository Path**: SorryMyLife/SliderImgUnlockOnPython ## Basic Information - **Project Name**: SliderImgUnlockOnPython - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-02 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SliderImgUnlockOnPython 过图片滑块验证码程序示例(不保证能用) 采用Python3实现 实现原理解释: == 首先我们需要获取到网站上存在缺口与完整图片的链接并下载保存至本地或内存当中 然后通过像素点去比对缺口坐标 这里需要说明一下如何比对,缺口处一般都会有着跟周围相差比较大的颜色范围,我们可以利用这一点来区分图片像素点坐标是否相同! = 在得到缺口坐标以后就可以滑动滑块来破解图片缺口验证码了