/python-placeholder

Placeholder is python module for creating placeholder images

Primary LanguagePythonMIT LicenseMIT

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.