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.

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