Skip to content

Python command-line script - renames files in folder given as a command-line parameter

Notifications You must be signed in to change notification settings

returnvalue/python-rename-files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python rename files script

Script for use on local machine that renames files based on 3 command-line parameters. Enter:

  • string you want to replace
  • replacement string
  • absolute path or relative path of starting directory

e.g., python3 rename_files.py "Tests example" "test" "/Users/kimlew/Documents"

About

Python command-line script - renames files in folder given as a command-line parameter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%