pyRenamer is an application for mass renaming files.
You can rename files using patterns, substitutions, insert or delete text, or even rename files manually.
pyRenamer is released under the terms of the GNU General Public License v. 2.
- python3
- python3-gobject-base
python3 pyrenamer.py [-h] [-r ROOT_DIR] [-a ACTIVE_DIR]
optional arguments:
-h, --help show this help message and exit
-r ROOT_DIR, --root_dir ROOT_DIR
The root directory of the file tree when pyRenamer
starts
-a ACTIVE_DIR, --active_dir ACTIVE_DIR
Directory with files to be renamed when pyRenamer
starts
More info on: http://www.infinicode.org/code/pyrenamer/
##Authors
Adolfo González Blázquez [email protected]
Thomas Freeman [email protected]
pyRenamer uses a widget called treefilebrowser.py, which is a tree-like file browser, just like the one on the Nautilus side bar. You can see its source code on src/treefilebrowser.py. There's an example on how to use it on doc/treefilebrowser_example.py