猫史档案馆


【Python作品分享】temp【求助帖】

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


【作品展示】

center_image

 

【作品介绍】

请各位大佬看看,我的作品有什么问题?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


回复

上一页1 页 / 共 1下一页
酷酷的汪星人酷酷的汪星人

QwQ

点赞0


评论


BZIClawLYNEYBZIClawLYNEY

print 缩进有误

点赞0


评论


该账号已被封禁该账号已被封禁

缩进缩进

点赞0


评论