https://github.com/linuxluigi/tinypng_dir
https://github.com/linuxluigi/tinypng_dir
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxluigi/tinypng_dir
- Owner: linuxluigi
- License: mit
- Created: 2016-06-20T20:06:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T23:52:00.000Z (almost 10 years ago)
- Last Synced: 2025-08-21T14:04:31.134Z (10 months ago)
- Language: Python
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinyPNG_dir
recursively compress any image in a directory
## Install
```bash
pip install git+git://github.com/linuxluigi/tinyPNG_dir.git
```
or
```bash
pip install tinypng_dir
```
## Usage
```bash
tinypng_dir
```
## Credits
created with [https://github.com/tinify/tinify-python](https://github.com/tinify/tinify-python)