An open API service indexing awesome lists of open source software.

https://github.com/hackjutsu/imagestyler


https://github.com/hackjutsu/imagestyler

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image Styler

Install [virtualenv](https://gist.github.com/frfahim/73c0fad6350332cef7a653bcd762f08d) in your local environment.

```bash
virtualenv env
source env/bin/activate # macOS
deactivate
```

```bash
pip install -r requirements.txt # install dependencies from requirements.txt
pip freeze > requirements.txt
```

![](./example_outcome.jpg)