Skip to content

shekhar677/python-image-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Image Optimization Using Python

steps to run the script

  • run the command to install the required libraries pip install -r requirements.txt
  • create a directory named images and put all your images that you want to compress
  • run the main.py file with python command python main.py
  • After the process is complete the script will put all the compressed images inside optimized directory