Metadata-Version: 2.1
Name: homage-to-the-square
Version: 1.0.1
Summary: runs an homage to the square a la josef albers
Home-page: https://github.com/talnoznisky/homage-to-the-square
Author: Tal Noznisky
License: MIT
Description: # Homage to the square
        a command line app for generating four superimposed squares of different colors 
        after Josef Albers `Homage to the Square` paintings
        
        # Requirements
        Python 3
        
        # Installation
        ## Using Pip
        ```bash
          $ pip install homage-to-the-square
        ```
        ## Manual
        ```bash
          $ git clone https://github.com/talnoznisky/homage-to-the-square
          $ cd homage
          $ python setup.py install
        ```
        # Usage
        ```bash
        $ homage-to-the-square
        ```
        # Examples
        Originals:
        
        <img alt='array of josef albers paintings' src ='.images/originals.png' width="300">
        
        CLI output:
        
        <img alt='array of josef albers paintings' src ='.images/cli-output.png' width="300">
        
        ## More info:
        https://www.guggenheim.org/artwork/173
        
Platform: UNKNOWN
Requires-Python: >=3.0
Description-Content-Type: text/markdown
