Commit 81a943dd by BellCodeEditor

save project

parent 3793e700
import wordcloud
w = wordcloud.WordCloud(background_color="green" , font_path="SimHei.ttf")
w.generate("老师是🐖猪")
w.to_file("py.png")
\ No newline at end of file
with open(file="1.txt",mode="r",encoding="utf-8") as file:
r = file.read()
w.generate(r)
w.to_file("py.png")
\ No newline at end of file

7.92 KB | W: | H:

71.4 KB | W: | H:

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