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.
|
|
|
|
### 注意
|
|
|
|
|
运行前请先自行找一张图片命名为 default.jpg 替换 cloudshape 文件夹的 default.jpg
|
|
|
|
|
|
|
|
|
|
### git clone 命令获取仓库
|
|
|
|
|
```
|
|
|
|
|
git clone https://bdgit.educoder.net/pwkgtv5a4/pythonwordcloud.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 使用环境
|
|
|
|
|
Python3.10解释器
|
|
|
|
|
运行本程序需要用到第三方库如下,请自行检查:
|
|
|
|
|
a. imageio
|
|
|
|
|
b. jieba
|
|
|
|
|
c. Wordcloud
|
|
|
|
|
|
|
|
|
|
### 相关文件夹说明
|
|
|
|
|
|
|
|
|
|
fonts:存放中文字体文件
|
|
|
|
|
cloudshape:存放词云形状图
|
|
|
|
|
files:存放txt文本
|
|
|
|
|
|
|
|
|
|
### 获取完整使用说明与项目文件
|
|
|
|
|
https://www.yuque.com/docs/share/2988c8af-64ac-45fb-a9f8-89a20853d764?# 《使用说明》
|
|
|
|
|
|
|
|
|
|
#### 头歌
|
|
|
|
|
https://code.educoder.net/pwkgtv5a4/Wordcloud-GUETPython
|
|
|
|
|
|
|
|
|
|
#### GitHub
|
|
|
|
|
https://github.com/Funny1124/Wordcloud-funnyPython
|