Commit 97a617dd by BellCodeEditor

save project

parent 9c7bb8c7
Showing with 14 additions and 2 deletions
import wordcloud
from PTL import Image
import numpy
w = wordcloud.WordCloud(background_color="green")
w.generate("ssasadhdhaddaduhauasidauidwuidwdjiadc")
with open ("python二级考试大纲.txt",encoding="utf-8") as a:
f = a.read()
img = Image.open("bell.png")
d = numpy.array(img)
i = wordcloud.ImageColorGenerator(data)
w = wordcloud.WordCloud(background_color="green",font_path="SimHei.ttf",mask=d,color_func=i)
w.generate(f)
w.to_file("s.png")
\ No newline at end of file

2.48 KB | W: | H:

67.8 KB | W: | H:

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