Metadata-Version: 2.0
Name: specktre
Version: 0.2.0
Summary: A tool for creating wallpapers with Python
Home-page: https://github.com/alexwlchan/specktre
Author: Alex Chan
Author-email: alex@alexwlchan.net
License: MIT
Keywords: images wallpaper
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Other Audience
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: docopt
Requires-Dist: Pillow

specktre
========

specktre is a tool for generating low-contrast desktop wallpapers from
tiling patterns.

Here are some examples of the patterns it produces:

.. image:: https://github.com/alexwlchan/specktre/raw/master/output/demo.png

It can be used as a Python library, or invoked from the command-line.
You can also `try it in your browser
<https://alexwlchan.net/experiments/specktre/>`_!

Installation
************

To install specktre, just run:

.. code-block:: console

   $ pip install specktre

Usage
*****

To see a usage message, just run:

.. code-block:: console

   $ specktre --help

There are some examples of specktre used as a script and as a library in
the ``examples`` directory.

License
*******

``specktre`` is licensed under the MIT License.  For more details, see the
``LICENSE`` file in the repository.


