Commit 4e62c813 by BellCodeEditor

save project

parent 8a14a833
Showing with 10 additions and 2 deletions

125 Bytes | W: | H:

9.08 KB | W: | H:

6x2.png
6x2.png
6x2.png
6x2.png
  • 2-up
  • Swipe
  • Onion skin
import wordcloud
w=wordcloud.WordCloud(background_color="white")
w.generate("hello word")
w.to_file("")
\ No newline at end of file
w.to_file("6x2.png")
from PIL importn Image
import numpy
with open('pyhon二级考试大纲.txt',encoding='ut-8')as f:
text=f.read()
img=Image.array(img)
data=numpy.array(img)
img_colors=wordcloud.ImageColorGenerator(data)
stopwords=["的","python","和","基本","程序"]
\ No newline at end of file
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