Commit 6cdbfbb3 by BellCodeEditor

auto save

parent 2628fdc0
Showing with 8 additions and 0 deletions

209 KB | W: | H:

207 KB | W: | H:

clode.png
clode.png
clode.png
clode.png
  • 2-up
  • Swipe
  • Onion skin
import wordcloud
w=wordcloud.WordCloud(background_color="white",
font_path="SimHei.ttf")
with open(r"python二级考试大纲.txt","r",encoding="utf-8") as file:
data=file.read()
w.generate(data)
w.to_file("myclode1.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