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()
The result:
Click to view more information!
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.2.0.tar.gz
(4.3 kB
view details)
File details
Details for the file oneimage-1.2.0.tar.gz
.
File metadata
- Download URL: oneimage-1.2.0.tar.gz
- Upload date:
- Size: 4.3 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 | c136e84c2a02489fbba79b4ddc502ae017568f9f1f81da27238d17c87001b4f7 |
|
MD5 | 78ce40f63d8d5f9bbb253b12ded812c4 |
|
BLAKE2b-256 | f4779c8d2dc93826e1aa27e5784f04951833cd8322b18544c40806aede24dbaa |