Commit 13fca3d5 by BellCodeEditor

save project

parent fac603c7
Showing with 3 additions and 4 deletions
import wordcloud
w = wordcloud.WordCloud(background_color="white")
w.generate("hello word")
w.to_file("mycloud.png")
from PIL import Image
import numpy
import jieba
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