Metadata-Version: 1.1
Name: Imgscii
Version: 1.0.0
Summary: Create ASCII artwork from images.
Home-page: https://github.com/campbellized/imgscii
Author: Chris Campbell
Author-email: campbellized@gmail.com
License: MIT
Description: # Imgscii

        Imgscii is a simple program that converts images into ASCII artwork. Follow the prompts and your ASCII art will be printed to your console. I plan on adding more features and improvements in the future.

        

        ## Requirements

        This program uses the [Pillow](http://python-pillow.org) package to process images and [colorama](https://github.com/tartley/colorama) package to print to the console in color. Install them from PIP and you're good to go.

        

        ```

        pip install Pillow

        pip install colorama

        ```

        

        ## Usage

        Imgscii is run from the console. Use `cd` to navigate to the directory containing

        `imgscii.py`and run the program with the following command:

        

        ```

        python imgscii.py

        ```

        

        ## To-Dos

        * Improve the documentation with examples that use arguments.

        * Release this package to PyPA

        * Add more options for printing

        * Create more ASCII artwork

        
Keywords: ascii art images
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
