Skip to content

Commit a49b4ae

Browse files
committed
commit
1 parent 1d02f0e commit a49b4ae

23 files changed

+60
-116
lines changed

.idea/workspace.xml

Lines changed: 58 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python各种模块使用/图片模块的简单使用.py renamed to Python各种模块使用/图片模块的各种操作.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from PIL import Image, ImageDraw, ImageFont
22
import matplotlib.pyplot as plt
33
import numpy as np
4+
45
'''一:打开显示保存'''
56

67
# img = Image.open('img/3.jpg')
@@ -114,7 +115,7 @@
114115

115116
# 添加文字水印
116117
# im = Image.open('img/3.jpg')
117-
# font = ImageFont.truetype("方正准圆简体.ttf", 48)
118+
# font = ImageFont.truetype("img/方正准圆简体.ttf", 48)
118119
# draw = ImageDraw.Draw(im)
119120
# draw.text((10, 10), '漂亮的妹子', fill=(255, 0, 0), font=font) # fill 为rgb颜色 font设置字体
120121
# plt.imshow(im)

Python爬取斗鱼房间信息和数据分析——学习中/利用斗鱼API爬取斗鱼全部房间信息保存到Mongodb.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

Python爬取斗鱼房间信息和数据分析——学习中/斗鱼直播房间数据分析.py

Lines changed: 0 additions & 27 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)