Commit 13fca3d5 by BellCodeEditor

save project

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