Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 365 Bytes

File metadata and controls

23 lines (18 loc) · 365 Bytes

image-batch-compressor

A image compressor.Supports PNG, JPEG and TGA.

Installation from source

Install dependencies using:

pip install -r requirements.txt

Build

Install pyinstaller using:

pip install pyinstaller

Then, run:

pyinstaller -F -w --icon favicon.ico main.py

License

This repository uses the MIT License.