Commit 17d683a0 by BellCodeEditor

save project

parent 92f0232e
Showing with 5 additions and 4 deletions
import wordcloud import wordcloud
from PIL import Image
import numpy w = wordcloud.WordCloud(background_color="white")
import jieba w.generate("hello word")
\ No newline at end of file w.to_life("mycloud.png")
\ 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