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

https://github.com/mgmadvance/auto-tinyjpg

Script for compressing all files in the folder with TinyJPG
https://github.com/mgmadvance/auto-tinyjpg

python3 script study-project tinyjpg

Last synced: 6 days ago
JSON representation

Script for compressing all files in the folder with TinyJPG

Awesome Lists containing this project

README

          

# auto-tinyjpg
Script for compressing all files in the folder with TinyJPG.

## Dependencies
All dependencies in `requirements.txt`
* Python 3.x
* Tinify
* colorama
* termcolor

## How to use
First install all dependencies with `requirements.txt`

> $ pip install -r requirements.txt

Paste `start.py` in the folder with photos you want to compress.

> $ python start.py

Automatically all photos in the folder will be compressed.