Commit 69bf8ac9 by BellCodeEditor

save project

parent f2401e5b
Showing with 0 additions and 34 deletions
import wordcloud
\ No newline at end of file
from PIL import Image
import numpy
with open('二')
w = wordcloud.WordCloud(background_color="white",font_path="SimHei.ttf")
w.generate("你好世界")
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