Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 876 Bytes

File metadata and controls

32 lines (22 loc) · 876 Bytes

Star Badge Open Source Love

Image Compressor

🛠️ Description

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.

⚙️ Modules Used

The following modules are required:

  • pillow
  • os
  • easygui

All required modules are listed in requirements.txt.

Install them using: pip install -r requirements.txt

🌟 How to run

Run the script using: python image_compressor.py

A file selection window will open where you can choose the image to compress.

🤖 Author

Original project by Yuv-glitch

README improvements by aanyacloud