摘要:
# pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pillow from PIL import Image, ImageFont, ImageDraw # 微软雅黑的字体 path_to_ttf = r'c:\windows\fonts\msyh.ttc' font = ImageFont.truetype(path_to_t... 阅读全文
posted @ 2018-05-21 13:42
糖豆爸爸
阅读(1276)
评论(0)
推荐(0)