微信公众号图文封面快速制作工具。
Project description
wecover
微信公众号图文封面快速制作工具。
安装
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
Copyright (c) 2019 kenblikylee
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file wecover-0.2.0.tar.gz
.
File metadata
- Download URL: wecover-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a83f3b0de6b10967fb5b72e5bfef673009b254b1a19288915a36247601aa788c |
|
MD5 | b2b1d1ccc1c6d2a5a18a41d4efa9cc60 |
|
BLAKE2b-256 | 29ee9a272c3cb53120dc4603abadcae852f8800860a75fa4dbef1799b33f9509 |
File details
Details for the file wecover-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: wecover-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 716641bafd8d9646b4c9016ea7deffd61b86a6ad156317dc68064a357d03f2d6 |
|
MD5 | f5ebbd199db2d7271523576ede3c8f58 |
|
BLAKE2b-256 | eac1bd445d86936e3f90b3b3fa7b739d412e8779430e13ea26a2860c64a4d7c7 |