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.
|
|
|
|
# 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?# 《使用说明》
|
|
|
|
|
|
|
|
|
|
#### 头歌
|
|
|
|
|
https://code.educoder.net/pwkgtv5a4/Wordcloud-GUETPython
|
|
|
|
|
|
|
|
|
|
#### GitHub
|
|
|
|
|
https://github.com/Funny1124/Wordcloud-funnyPython
|