Skip to content

Instantly share code, notes, and snippets.

View remones's full-sized avatar
🤒
Out sick

Qifei Wan remones

🤒
Out sick
View GitHub Profile
@remones
remones / captcha.py
Created November 1, 2018 08:52
Captcha implement with Python
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from os import path
import random
import string
from StringIO import StringIO
from PIL import Image, ImageDraw, ImageFont, ImageFilter
from flask import make_response