Project Description:
Hi,
I need a simple software to rename images on a folder:
step 1: Add list of words (ie: I have a list of 100 words on a txt file/csv file)
step 2: Add/USE a Directory from my PC with 100 images (ie: image1.jpg , image2.png, image3,gif, imagex.jpg..)
The software randomly will grab an image and use a word to rename it... image13.png RENAMED TO keword45-from-dir.png
If for any reason I have:
A. number of words > number of images = use ALL the words even if we are using the same images until we USE all the keywords
B. number of words < number of images = limit them by the number of words
The software should give the option to rename the images with DASHES or WITHOUT DASHES ... ie: my-images-is nice.jpg or my image is nice.jpg
The software should give me the option to replace/ or to create a new dir (output) with the NEW results.
As you know doing this on Unix is very easy but we need pc software to do it ... as you can see it does not matter if the files in the folder are images in the end are files that need to be renamed using a word list...
Thanks,