Bulk Image Resizer

Bulk Image Resizer πŸš€

Last Commit Repo Size License

Python Pillow Git

A high-performance Python tool for recursive image optimization.


πŸš€ Key Features


βš’οΈ Setup

Clone the repository and install dependencies:

git clone [https://github.com/reory/bulk_image_resizer.git](https://github.com/reory/bulk_image_resizer.git)
cd bulk_image_resizer
bash
pip install -r requirements.txt

Configure Paths

Open resizer.py and update your source and destination folders:
src = r"C:\Users\Admin\Desktop\Photos"
dest = r"C:\Users\Admin\Desktop\Optimized_Photos"

Run

python resizer.py

πŸ—ΊοΈ Future Roadmap Features


Notes

Any issues with the code please feel free to reach out to me. Cheers 😁


See LICENSE.md for usage rights and CONTRIBUTING.md for how to help.