# python制作词云 **Repository Path**: gitusers/python_wordcloud ## Basic Information - **Project Name**: python制作词云 - **Description**: 通过提取一篇文章的关键词来生成词云图 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-12-22 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python制作词云 使用说明 python mywordCloud.py WordCloud_CN("./examples/example2.txt") ![输入图片说明](https://images.gitee.com/uploads/images/2019/0106/164811_d212953f_1686447.png "[词云]example2.png") WordCloud_CN("./examples/example1.txt",img_path="./examples/background.png") ![输入图片说明](https://images.gitee.com/uploads/images/2019/0106/164819_26e3823b_1686447.png "background.png") ![输入图片说明](https://images.gitee.com/uploads/images/2019/0106/164837_74198bf2_1686447.png "[词云]example1.png")