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

https://github.com/prowilliam/formating-images


https://github.com/prowilliam/formating-images

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Social Media Image Modifier
This project allows you to modify images to adapt them to the different formats of social networks.

## Installation

To run the app, satisfy the requirements
```bash
$ pip install -r requirements.txt
```

## Start Server
```bash
$ flask run
```

Or run this command
```bash
$ python -m flask run
```