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
- Host: GitHub
- URL: https://github.com/mgmadvance/auto-tinyjpg
- Owner: MGMAdvance
- Created: 2018-01-29T10:59:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T21:34:24.000Z (over 7 years ago)
- Last Synced: 2025-02-21T19:44:48.638Z (over 1 year ago)
- Topics: python3, script, study-project, tinyjpg
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.