/asciiart

asciiart in python

Primary LanguagePythonMIT LicenseMIT

A Python script for putting a smile on someone's face

The URL for this project is here: https://github.com/shiva/asciiart

You can reach the primary developer of this module, Shiva, at shiv@shiv.me

Setup Instructions

  1. You need a unix distro.

  2. Install python 2.7

  3. Install pip

    $ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
    

    Note: You might need to use sudo. See Misc section for more info on pip, virtualenv and other python goodness.

  4. Install the ascii art script.

    $ pip install git+https://github.com/shiva/asciiart.git
    

Running the script

$ art.py

For more options, check out the help

$ art.py -h

Misc

More info about