Commit 543639b5 by BellCodeEditor

save project

parent af8e8130
Showing with 4 additions and 4 deletions
import wordcloud
'''
w=wordcloud.WordCloud(background_color='white')
w.generate('hello,world')
w=wordcloud.WordCloud(background_color='white',font_path='simhei.ttf')
w.generate('')
w.to_file('wordcloud.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