Metadata-Version: 2.1
Name: map-compositor
Version: 0.5.8
Summary: .
Home-page: https://github.com/m3trik/map-compositor
Author: Ryan Simpson
Author-email: m3trik@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## A UV texture map compositor.


![alt text](https://raw.githubusercontent.com/m3trik/map-compositor/master/docs/map-compositor-demo.png)

---

### Installation:

###### 

To install:
Add the `map_compositor` folder to a directory on your python path, or
install via pip in a command line window using:
```
python -m pip install map-compositor
```

### Example use-case:
```
from map_compositor import Map_compositor_main
Map_compositor_main()
```
