Commit 5a8764a2 by BellCodeEditor

save project

parent 2ac3e92a
Showing with 6 additions and 4 deletions
import wordcloud import wordcloud
w=wordcloud.WorCloud(background_color="red", with open(r"C:\Users\XMBC\Desktop\dfjdf\python二级考试大纲.txt","r",encoding="utf-8") as a:
b=a.read()
w=wordcloud.WordCloud(background_color="red",
font_path="SimHei.ttf") font_path="SimHei.ttf")
w.generate("傻逼!") w.generate(b)
w.to_file("傻逼图片.png") w.to_file("my_png.png")
\ No newline at end of file \ 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