Commit b0d19520 by BellCodeEditor

save project

parent 9e1bf945
Showing with 2 additions and 1 deletions
...@@ -2,5 +2,5 @@ import wordcloud ...@@ -2,5 +2,5 @@ import wordcloud
with open("python二级考试大纲.txt",encoding='utf-8') as f: with open("python二级考试大纲.txt",encoding='utf-8') as f:
t=f.read() t=f.read()
w=wordcloud.WordCloud(background_color="white",font_path="SimHei.tff") w=wordcloud.WordCloud(background_color="white",font_path="SimHei.tff")
w.generate() w.generate(t)
w.to_file("1.png") w.to_file("1.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