Commit 645ca768 by BellCodeEditor

save project

parent b9f15fd1
import wordcloud
with open('py级.txt',encoding='utf-8') as f:
text=f.read()
w=wordcloud.WordCloud(background_color='white',font_path='simhei.ttf')
w.generate('')
w.generate(text)
w.to_file('wordcloud.png')
......

2.5 KB | W: | H:

77.6 KB | W: | H:

wordcloud.png
wordcloud.png
wordcloud.png
wordcloud.png
  • 2-up
  • Swipe
  • Onion skin
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