Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于python实现的词云表示

引入的库有:

  • PIL
  • wordcloud
  • matplotlib

基础设置

字体

font=os.path.join(os.path.dirname(file), "DroidSansFallbackFull.ttf")

图片

mask = np.array(Image.open(path.join(d, "saber.png")))

ps:图片背景一定要为纯白色

文本

text = open(u"ubw.txt").read().decode('gbk')

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages