Skip to content

A program that renames/appends every file's name with a specified new filename in any given directory

Notifications You must be signed in to change notification settings

jayveedee/MultipleFileRenamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple File Renamer

A program that renames/appends every file's name with a specified new filename in any given directory

Installation

It's a very simple program, so there's not much more to it than just downloading the git repo or the file multiple_file_renamer.py and specifying the required arguments

  1. Download repo https://github.com/jayveedee/MultipleFileRenamer
  2. Run the program python multiple_file_renamer.py 'PATH' 'NEW_FILENAME' '{OPTIONAL: APPEND}'
    1. PATH example: ~/Downloads/test
    2. NEW_FILENAME example: test
    3. APPEND example: s or e
      1. s specifies that NEW_FILENAME will be appended at the start of the filename
      2. e specifies that NEW_FILENAME will be appended at the end of the filename
      3. Leaving APPEND blank will rename all files to the same NEW_FILENAME where at the end of the file name they will be numerically increased
        • example: test 0000,test 0001,test 0002,test 0003...test 0199...test 9999

About

A program that renames/appends every file's name with a specified new filename in any given directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages