Commit 91bcc279 by BellCodeEditor

save project

parent 4f6a3d54
mao.png

119 KB

import wordcloud
from PIL import Image
import numpy
zhu2=Image.open("bell.png")
zhu2=Image.open("桃子.png")
zhu3=numpy.array(zhu2)
zhu4 = wordcloud.ImageColorGenerator(zhu3)
zhu=wordcloud.WordCloud(background_color="white",font_path='SimHei.ttf',mask=zhu3,color_func=zhu4)
......
import jieba
zhu="我是最帅,最棒的朱羿丞"
zhu1 = jieba.lcut_for_search(zhu)
print(zhu1)
\ No newline at end of file

208 KB | W: | H:

417 KB | W: | H:

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