You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
605 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# pythonwordcloud
### 这个仓库只提供代码文件,其余配置请前往文末链接
### 使用环境
● Python3.10解释器
● 运行本程序需要用到第三方库如下,请自行检查:
a. imageio
b. jieba
c. Wordcloud
### 相关文件
在程序目录下创建 fonts、cloudshape、files
fonts存放字体文件createcloud.py line 33 配置的字体文件)
cloudshape存放词云形状图
files存放txt文本
### 获取完整使用说明与项目文件
https://www.yuque.com/docs/share/2988c8af-64ac-45fb-a9f8-89a20853d764?# 《使用说明》
也可以进入