A quick file renamer, use it to rename multiple files at once, remove unwanted characters or remove files with certain name constraints. It's useful for working with batch operations for renaming files, fileformats, etc. It also has functionalities to work with folders and to perform actions recursively.
qfr.py [-h] [-R] [-F] (-rm string | -rs string | -rp string) dir
dir Directory to search for files.
-h, --help: show this help message and exit
-R, --recursive: Operates recursively into the directory tree.
-F, --folder: Operates on folders as well.
-rm string, --removefile string: Removes a file based on a string search.
-rs string, --removestring string: Removes a string from the filename based on a string search
-rp string, --replacestring string: Replaces a string in the filename based on a string search