This is a simple Python script that reduces the file size of an image by lowering its quality.
The compressed image is saved in the same folder as the original image.
The following modules are required:
- pillow
- os
- easygui
All required modules are listed in requirements.txt.
Install them using: pip install -r requirements.txt
Run the script using: python image_compressor.py
A file selection window will open where you can choose the image to compress.
Original project by Yuv-glitch
README improvements by aanyacloud