Commit 0abcd7bc by BellCodeEditor

auto save

parent aefdae58
Showing with 2 additions and 1 deletions

81.2 KB | W: | H:

188 KB | W: | H:

doglihaoyang.png
doglihaoyang.png
doglihaoyang.png
doglihaoyang.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -4,10 +4,11 @@ import numpy ...@@ -4,10 +4,11 @@ import numpy
with open('python二级考试大纲.txt',encoding='utf-8') as f: with open('python二级考试大纲.txt',encoding='utf-8') as f:
t= f.read() t= f.read()
txt_list
img = Image.open("bell.png") img = Image.open("bell.png")
data =numpy.array(img) data =numpy.array(img)
img_colors = wordcloud.ImageColorGenerator(date) img_colors = wordcloud.ImageColorGenerator(data)
w=wordcloud.WordCloud(background_color="white", w=wordcloud.WordCloud(background_color="white",
font_path="SimHei.ttf", font_path="SimHei.ttf",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment