Skip to main content

微信公众号图文封面快速制作工具。

Project description

wecover

Build Status license

微信公众号图文封面快速制作工具。

安装

pip install wecover

如果使用国内镜像(如清华的),未及时同步,请切换官方镜像:

pip install --index-url https://pypi.org/simple wecover

如果已经安装,可更新到最新版:

pip install --upgrade wecover

使用

命令行格式

wecover <title> [logo_path|logo_url]

wecover --title|-t <title> [--logo|-l <logo_path|logo_url>]

基本使用

wecover 微信图文封面制作工具
wecover 微信图文封面制作工具 logo.png
wecover 微信图文封面制作工具 "http://cdn.kenblog.top/weixin.jpeg"
wecover --logo logo.png --title "wecover 微信图文封面制作工具"
wecover -l logo.png -t "wecover 微信图文封面制作工具"

改变颜色

改变字体颜色

wecover <title> [logo_path|logo_url] --color|-c <color>

wecover <title> <logo_path|logo_url> <color>

改变背景色

wecover <title> [logo_path|logo_url] --bgcolor|-b <color>

wecover <title> <logo_path|logo_url> <color> <bgcolor>

示例:生成黑底白字

wecover 微信图文封面制作工具 "http://cdn.kenblog.top/weixin.jpeg" white black
# 或使用十六进制颜色值,颜色引号不能省略
wecover 微信图文封面制作工具 "http://cdn.kenblog.top/weixin.jpeg" "#ffffff" "#000000"
# 支持颜色缩写
wecover 微信图文封面制作工具 "http://cdn.kenblog.top/weixin.jpeg" "#fff" "#000"

License

MIT

Copyright (c) 2019 kenblikylee

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wecover-0.2.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

wecover-0.2.0-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page