Metadata-Version: 2.1
Name: rafraser-theia
Version: 0.0.2
Summary: Automating aspects of image generation
Home-page: https://github.com/rafraser/theia
Author: Robert A Fraser
Author-email: robert.fraser@uqconnect.edu.au
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Graphics
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: requests

# Theia

## Overview

Theia is a library designed to help out with automating image generation.
Theia currently has excellent functionality to help create.

This project is currently in a "pre-alpha" stage. At this stage, I've mostly designed it for personal usage, but I'm working towards making this library more versatile for other users.

Future plans for this library include better functionality for creating generative artworks.

## Getting Started

```bash
pip install rafraser-theia
```

## More Info

- [Handbook](https://rafraser.github.io/theia)
- [PyPi](https://pypi.org/project/rafraser-theia/)
- [Examples](https://github.com/rafraser/theia/tree/main/projects)
- [Contributing](https://github.com/rafraser/theia/blob/main/CONTRIBUTING.md)


