Skip to content

Instantly share code, notes, and snippets.

@lxj0276
lxj0276 / captcha.py
Created March 7, 2017 03:47 — forked from xavierskip/captcha.py
a simple captcha hacker tool for example
#!/usr/bin/env python
# coding: utf-8
import requests
import StringIO
from PIL import Image
import os
import time
YES = 'X'
NO = '-'