Commit 5b67c0a5 by BellCodeEditor

auto save

parent 6b1fbc15
Showing with 14 additions and 2 deletions
1.png

72.7 KB

125 Bytes | W: | H:

74.5 KB | W: | H:

6x2.png
6x2.png
6x2.png
6x2.png
  • 2-up
  • Swipe
  • Onion skin
File added
import wordcloud
\ No newline at end of file
import wordcloud
from PIL import Image
import numpy
f=open('python二级考试大纲.txt','r',encoding='utf-8')
n=f.read()
i=Image.open('1.png')
print(i)
w=wordcloud.WordCloud(background_color='lightgreen',font_path='STXINGKA.TTF')
w.generate(n)
w.to_file('6x2.png')
f.close()
v=numpy.array(i)
print(v)
\ 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