This repository contains a Python script for batch processing of images (PNG). The script allows you to resize multiple images at once, making it convenient for tasks such as creating thumbnails or resizing images for web applications.
- Clone the repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt
. - Place the images you want to resize in the
input
folder. - Open a terminal or command prompt and navigate to the project directory.
- Run the script using the command
python resize_images.py
. - The resized images will be saved in the
output
folder.
Feel free to customize the script according to your specific requirements. Happy image resizing!
This project is licensed under the MIT License - see the MIT LICENSE file for details.