Skip to content

Placeholder is python module for creating placeholder images

License

Notifications You must be signed in to change notification settings

Visgean/python-placeholder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Placeholder is python module for creating placeholder images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%