/RenPile

A python script that is able to rename multiple files and/or directories and/or change the type of multiple files at once.

Primary LanguagePython

RenPile

Rename multiple elements at once. Given a root word, it renames the queued elements to "word root" + an increasing integer, starting by 0. The user gives the program a source-directory, where the program will operate. It is then able to either rename files by a specific type or just directories, as well as all children of the given parent directory. The program can also change the type of the queued elements.

Installation

Just clone/Download the Repository and there you go.

Usage

Type

python3 path/to/RenPile.py -h

to get more information on how the program works and what parameters to feed it.