用户:
酷酷的汪星人查看:0 回复:3 评论:0 创建时间:2021-02-11T17:36:03
【作品展示】

【作品介绍】
请各位大佬看看,我的作品有什么问题?QWQ
【作品源代码】
from stylecloud import gen_stylecloud
result = ''
with open('新年祝词.txt', 'r', encoding='UTF-8') as f:
for line in f:
print(line.split(':')[-1])
result += " "+line.split(':')[-1].rstrip().replace(' ','_')
print(result)
gen_stylecloud(text=result,
font_path='arial unicode ms.ttf',
icon_path='fas fs-heart',
colors=['red'],
output_name='新年贺图.png',
)
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn