Set of captcha solvers that wrap different APIs. Covered APIs:
- DeathByCaptcha (http://deathbycaptcha.com)
from creamcracker import death_by_captcha
credentials = (username, password)
timeout = 20
death_by_captcha('file_path/captcha.png', credentials, timeout)
> u'ef8brn'