Commit ac32cb87 by BellCodeEditor

save project

parent 6777ee93
Showing with 6 additions and 1 deletions
import wordcloud
with open("python二级考试大纲.txt","r",encoding="utf-8") as f:
txt=f.read()
w=wordcloud.WordCloud(background_color="red",font_path="SimHei.ttf")
w.generate(python二级考试大纲)
w.generate(txt)
w.to_file("mycol.png")
\ No newline at end of file

12.1 KB | W: | H:

82.7 KB | W: | H:

mycol.png
mycol.png
mycol.png
mycol.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