根据文本文件生成词云图片,支持自定义背景色。当用户提到词云、生成词云、文字云、词频可视化时使用。
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
根据指定的文本文件生成词云图像
根据指定的文本文件内容,生成词云图片。
office/skills/image/txt2wordcloud/
from office.skills.image import txt2wordcloud
txt2wordcloud(
filename='./text.txt',
color='white',
result_file='wordcloud.png'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
filename | str | 是 | - | 文本文件的路径 |
color | str | 否 | "white" | 词云的背景颜色 |
result_file | str | 否 | "your_wordcloud.png" | 生成的词云图像文件名 |
None
from office.skills.image import txt2wordcloud
txt2wordcloud(filename='./article.txt', result_file='./my_wordcloud.png')office.api.image.txt2wordcloud
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.