Metadata-Version: 2.0
Name: wallpaper
Version: 0.2.1
Summary: UNKNOWN
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
Requires-Dist: setuptools
Requires-Dist: Pillow
Requires-Dist: palettable

Wallpaper
=========

A project that generates wallpapers using `Python <https://www.python.org/>`_ and `Pillow <https://python-pillow.org/>`_.
The  default colorscheme is 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``.

----

TODO
====

* Better color selection
* Documentation
* Command-line tool with options

History
=======

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


