Metadata-Version: 2.0
Name: swag
Version: 1.0.0
Summary: Swag up your shell output with escape code magic!
Home-page: https://github.com/mwheregroup/swag
Author: ransomware
Author-email: 117eazy@gmail.com
License: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Keywords: terminal theming style echo swag shell console
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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
Provides-Extra: dev
Provides-Extra: test

PrettyEcho
==========

Color your shell output with escape code magic.

Usage
-----

Use the prettyEcho command, directly or symlink it via:

``ln -s $(pwd)/prettyEcho.py /usr/local/bin/prettyEcho``

::

    usage: prettyEcho.py [-h] [-c COLOR] [-t TYPE] text

    positional arguments:
      text                  the text to prettyEcho

    optional arguments:
      -h, --help            show this help message and exit
      -c COLOR, --color COLOR
                            default = white - which color to format the text in :
                            black|red|green|yellow|blue|purple|cyan|white
      -t TYPE, --type TYPE  default = normal - format the string with either: norm
                            al|underline|background|bold|intense|intenseBold|inten
                            seBackground

Raw Usage
---------

Installation
~~~~~~~~~~~~

Run the createFolder.py script via:

``python createFolder.py``

This will install all the escape codes to the ~/.colors folder.

Now you can use the colors directly from the console via:

``echo $(cat ~/.colors/blue.txt) This will be blue``


