Metadata-Version: 1.2
Name: pywal
Version: 1.3.0
Summary: Generate and change colorschemes on the fly
Home-page: https://github.com/dylanaraps/pywal
Author: Dylan Araps
Author-email: dylan.araps@gmail.com
License: MIT
Download-URL: https://github.com/dylanaraps/pywal/archive/1.3.0.tar.gz
Description-Content-Type: UNKNOWN
Description: pywal (A ``wal`` rewrite in Python 3)
        =====================================
        
        |PyPI| |MIT licensed| |Build Status| |Donate|
        
        [`Installation <https://github.com/dylanaraps/pywal/wiki/Installation>`__]
        [`Getting
        Started <https://github.com/dylanaraps/pywal/wiki/Getting-Started>`__]
        [`Customization <https://github.com/dylanaraps/pywal/wiki/Customization>`__]
        [`Wiki <https://github.com/dylanaraps/pywal/wiki>`__]
        
        ``wal`` is a script that takes an image (or a directory of images),
        generates a colorscheme (using ``imagemagick``) and then changes all of
        your open terminal’s colors to the new colorscheme on the fly. ``wal``
        then caches each generated colorscheme so that cycling through
        wallpapers while changing colorschemes is instantaneous.
        
        ``wal`` also merges the new colorscheme into the Xresources database so
        that programs on your system such as ``Rofi`` or ``i3`` use the new
        colors automatically. ``wal`` finally exports the colors into various
        formats so that you can use the colors in webpages, scripts, other
        programs etc.
        
        For more info, check out the
        `Wiki <https://github.com/dylanaraps/pywal/wiki>`__.
        
        `Screenshot Examples
        (Reddit) <https://www.reddit.com/r/unixporn/search?q=wal&restrict_sr=on&sort=relevance&t=all>`__
        
        .. figure:: https://i.imgur.com/EUdn0Kx.jpg
           :alt: screenshot
        
           screenshot
        
        Donate
        ------
        
        Donations will allow me to spend more time working on ``pywal``.
        
        If you like ``pywal`` and want to give back in some way you can donate
        here:
        
        **https://patreon.com/dyla**
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/pywal.svg
           :target: https://pypi.python.org/pypi/pywal/
        .. |MIT licensed| image:: https://img.shields.io/badge/license-MIT-blue.svg
           :target: ./LICENSE.md
        .. |Build Status| image:: https://travis-ci.org/dylanaraps/pywal.svg?branch=master
           :target: https://travis-ci.org/dylanaraps/pywal
        .. |Donate| image:: https://img.shields.io/badge/donate-patreon-yellow.svg
           :target: https://www.patreon.com/dyla
        
Keywords: wal colorscheme terminal-emulators changing-colorschemes
Platform: UNKNOWN
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
