Commit 5dd05de0 by BellCodeEditor

save project

parent 57f910c1
Showing with 10 additions and 2 deletions
import wordcloud import wordcloud as wcd
\ No newline at end of file
with open("python二级考试大纲.txt","r",encoding="utf-8") as f:
text=f.read()
wc=wcd.WordCloud(background_color="white",font_path="SimHei.ttf")
wc.generate(text)
wc.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