Python小練習-生成隨機驗證碼

Yixiaohan/show-me-the-code 第0010題 0010 :使用 Python 生成相似於下圖中的字母驗證碼圖片html from PIL import Image, ImageFont, ImageDraw, ImageFilter import random import string #生成隨機畫布顏色 def colorimage(): r = random.
相關文章
相關標籤/搜索