Metadata-Version: 2.1
Name: artgenerator
Version: 0.0.1
Summary: Basic random image effects with Python.
Home-page: https://github.com/owardlaw
Author: Owen Wardlaw
Author-email: owen.wardlaw2017@gmail.com
License: MIT
Keywords: calculator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

# Artgenerator

A simple image manipulation package that will turn images into randomly generated effects.

# Installations

```console
pip install autogen
```

other installations will include: 

```console
opencv-python
numpy
```

# Usage 

Color Parameters: (
    file path,
    RBG color for background,
    amount of iterations,
    refresh rate,
    downscaling of image for speed,
    upscaling of image for display
    )

Effects Parameters: (
    file path,
    Effect type (pixel, color, line),
    amount of iterations,
    refresh rate,
    downscaling of image for speed,
    upscaling of image for display
    )


Change Log
==========

0.0.1 (08/03/2022)
------------------
- First Release
