Commit 4e41c79d by BellCodeEditor

save project

parent f36bfe27
Showing with 2 additions and 1 deletions
import wordcloud
my_wordcloud=wordcloud.WordCloud()
w=wordcloud.WordCloud(background_color="white",font_path='SimHei.ttf')
my_wordcloud.generate("hello lizhuocheng")
my_wordcloud.to_file("lizhuocheng.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