python-placeholder

Placeholder is a simple little python module that creates (drumroll..) placeholder images, based on work of Martin Marcher


Keywords
placeholder, images
License
Other
Install
pip install python-placeholder==0.2

Documentation

Simple module for creating placeholder images

install by

$ pip install python-placeholder

Example:

from placeholder import PlaceHolderImage
img = PlaceHolderImage(width = 300, height = 200, path = 'placeholder.png')
img.save_image()

Known bugs:

Run tests:

You can run the testsuite with the following command:

python -m unittest tests

Or use tox to test against all supported python versions.