KeYang89 / Batch_Image_Rename_Tool

This tool will automate the image renaming process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch_Image_Rename_Tool
=======================

This tool will automate the image renaming process.
It would be very useful when renaming a large amount of images with random names.
For example: the product images in RetailPro.

====
The styles.csv file and the files in the images folder are for your testing purpose.

Steps for using this tool:

  1. Put the images for renaming in the images folder.
  2. Export the images orignal name and new name to a csv file named styles.csv with two columns titled NEWSTYLE and OLDSTYLE.
  3. For Mac user, open the Terminal, cd to the directory to the Batch_Image_Rename_Tool, and run:
    php rename_ke.php
  4. For Windows user, make sure you've installed Command Line PHP

About

This tool will automate the image renaming process.


Languages

Language:PHP 100.0%