https://github.com/prowilliam/formating-images
https://github.com/prowilliam/formating-images
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prowilliam/formating-images
- Owner: ProWilliam
- Created: 2024-04-10T19:36:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T20:09:46.000Z (about 2 years ago)
- Last Synced: 2025-04-01T17:25:10.261Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```