Update txtImgPost.py
Browse files- txtImgPost.py +0 -2
txtImgPost.py
CHANGED
@@ -8,9 +8,7 @@ from PIL import Image, ImageDraw, ImageFont
|
|
8 |
import textwrap
|
9 |
import random
|
10 |
|
11 |
-
import IPython.display as ipd
|
12 |
post_img = "res_post.jpg" # 底图,确定尺寸
|
13 |
-
import textwrap
|
14 |
|
15 |
|
16 |
# 最佳实践
|
|
|
8 |
import textwrap
|
9 |
import random
|
10 |
|
|
|
11 |
post_img = "res_post.jpg" # 底图,确定尺寸
|
|
|
12 |
|
13 |
|
14 |
# 最佳实践
|