Simplistic image compressor which make use of the pillow library
pip install -r requirements.txt
to install the required libraries.
python gui.py
to start up the gui for this program.
This program provides a simple and easy-to-understand method to compress images of various formats to .jpg format with an adjustable size. It utilizes the Pillow library to perform the compression.