Metadata-Version: 2.0
Name: wallpaper
Version: 0.2.2
Summary: Generate wallpapers with Pillow and Palettable.
Home-page: https://github.com/mitakas/wallpaper
Author: Dimitar Dimitrov
Author-email: admin@mitakas.com
License: MIT
Keywords: wallpaper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: setuptools
Requires-Dist: Pillow
Requires-Dist: palettable

Wallpaper |build-status|
========================

|logo|

This project generates (various) wallpapers using `Python <https://www.python.org/>`_
and `Pillow <https://python-pillow.org/>`_. The  default colorscheme is the `Colorbrewer <http://colorbrewer2.org/>`_
11-class diverging BrBG palette (supplied by `Palettable <https://jiffyclub.github.io/palettable/>`_).

Run ``wallpaper`` in your console to get a PNG image with the name ``wallpaper-<current-time>.png``.

Python 2 and 3 are supported.

----

TODO
====

* Better color selection
* Documentation

.. |logo| image:: https://raw.githubusercontent.com/mitakas/wallpaper/master/docs/wallpaper.png
    :alt: Logo

.. |build-status| image:: https://travis-ci.org/mitakas/wallpaper.svg?branch=master
    :target: https://travis-ci.org/mitakas/wallpaper
    :alt: Build status

History
=======

0.2.2 (2016-03-01)
------------------

* add more arguments to the console script

0.2.1 (2016-03-01)
------------------

* fix console script

0.2 (2016-03-01)
----------------

* create the wallpapers in a neater way, use inheritance

0.1 (2016-02-29)
----------------

* initial release


