This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*-、 | |
__author__ = 'West' | |
import os | |
from PIL import Image, ImageDraw | |
from collections import namedtuple | |
import urllib.request | |
# 巧妙的使用namedtuple,定义一种tuple类型,包含'Image','Charact' | |
from collections import namedtuple |