Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 522 Bytes

A python program to optimize images. It uses tinypng's API to achieve this feat

First install all requirements for this script by:

pip install -r requirements

Then you can simply start the program by executing the GUI.py file as:

python GUI.py

Note that you'll need an API key from tinify.com/developers to optimize files which you can generate by providing an email inside the app. Free trial will contain 500 compressions for free per month. For more compressions you can purchase the package.

Thanks!