Skip to content

tloy-x/mass-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Mass Renamer

Simple python mass-renamer

usage: mren.py filetpe newname [-h] [-v] [-n <int>] [-d <directory>]

rename all files of chosen type in a directory.

positional arguments:
  filetype              choose filetype for all the files you want to rename.
  newname               choose new name for all files chosen.

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         make output verbose.
  -n <int>, --number <int>
                        set number of placeholder digits in filenumber.
                        default is 4. maximum is 10.
  -d <directory>, --directory <directory>
                        Specify a directory. Default is current working
                        directory.

About

Simple mass-renamer in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages