Metadata-Version: 2.1
Name: generativepy
Version: 2.4
Summary: Generative art library
Home-page: https://github.com/martinmcbride/generativepy
Author: Martin McBride
Author-email: mcbride.martin@gmail.com
License: MIT
Description: # generativepy
        
        Generative art and graphing library for creating images and animations.
        
        ## Usage
        
        generativepy is a library rather an application. It provides useful functions and example code that allow you to
        create images and videos by writing simple Python scripts.
        
        The library uses [pycairo](https://pycairo.readthedocs.io/en/latest/index.html) for drawing graphics.
        
        Main functionality:
        
        * A simple framework for creating images, image sequences, and gifs, using pycairo.
        * Support for bitmap processing using PIL and NumPy.
        * Colour module that supports RGB, HSL and CSS colours, transparency, lerping, colormaps.
        * A simple tweening module to help with animation.
        * Geometry module for drawing shapes.
        * A graphing library for plotting 2D functions.
        
        ## Website
        
        Visit [pythoninformer.com](http://www.pythoninformer.com/generative-art/) for details:
        
        * [generativepy reference](http://www.pythoninformer.com/generative-art/generativepy/).
        * [generativepy tutorials](http://www.pythoninformer.com/generative-art/generativepy-tutorial/).
        * [Generative art examples](http://www.pythoninformer.com/generative-art/generativepy-art/).
        * [Fractal examples](http://www.pythoninformer.com/generative-art/iterated-function-systems/).
        
        For detailed information of pycairo see the [Computer graphics in Python](https://leanpub.com/computergraphicsinpython) ebook.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
