Skip to main content

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:

t2

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.1.0.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file oneimage-1.1.0.tar.gz.

File metadata

  • Download URL: oneimage-1.1.0.tar.gz
  • Upload date:
  • Size: 4.1 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

Hashes for oneimage-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a8e0cde1144e70dbfc62c85ac3bf327532a921be7283eb1fb6e2e4d0c1dc1907
MD5 da47cfc8db411b097fa7f6d1edaa7134
BLAKE2b-256 9423d495a3d8edb23cdf64af3ba34464711eecd6bf130f972f1c6f20ab99dc5b

See more details on using hashes here.

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