A simple python lib to create poster image with define data.
Project description
oneimage
A simple python lib to create poster image with define data.
Install oneimage
pip install oneimage
Usage
data = {
'width': 300,
'height': 300,
'background': 'white',
'elements': [
{'type': 'image', 'url': 'http://www.inruan.com/static/img/logo.png', 'left': 0, 'top': 0, 'width': 100, 'height': 100},
{'type': 'image', 'url': 'http://www.inruan.com/static/img/logo.png', 'left': 200, 'top': 200, 'width': 100, 'height': 100},
{'type': 'text', 'text': 'Hello', 'font': 'https://cdn-qn.huaeb.com/ifarm/20200305/WeiRuanYaHei-1.ttf', 'left': 0, 'top': 100, 'width': 300, 'size': 20, 'height': 100, 'align': 'center', 'vertical': 'center', 'color': 'black'}
]
}
from oneimage import create_image
img = create_image(data=data)
img.show()
CHANGES
1.0.0
- first version
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
oneimage-1.0.0.tar.gz
(4.0 kB
view details)
File details
Details for the file oneimage-1.0.0.tar.gz
.
File metadata
- Download URL: oneimage-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2de8e777f00bd6afd35090b406052e2bdbd826b7a4524f5d692356bdfa19ebf |
|
MD5 | 92aaaeeb70b35aca1dc9d2ef2bc8ab35 |
|
BLAKE2b-256 | ec676775c0634b4e4429698b245dcfd97238a8a2fa6eb24666653707c6c3111e |