Python製做詞雲--stylecloud簡單使用

安裝

pip install stylecloud

 

使用

from stylecloud import gen_stylecloud


gen_stylecloud('zhangsan  lisi wangwu  zhangsan  lisi zhaoliu')

 

結果

 

深刻一點點

from stylecloud import gen_stylecloud

# 讀取文件製做詞雲,若是是中文,須要設置字體
gen_stylecloud(file_path="a.txt", font_path="msyh.ttc")
相關文章
相關標籤/搜索