Skip to content

b1shboosh/File_Renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

File_Renamer

A Python program that renames all file in a folder

This project takes as parameters :

  1. path to the folder that holds the files
  2. new name for the files within the folder
  3. starting index for the files names

Usage: main.py <folder_path> <new_name> <start_index>

Example :

python main.py ./folder file_ 1

This will rename all the files whithin the "folder" folder to file_1 , file_2 , etc.

Tested on :

Windows 7 | Windows 10

About

A Python program that renames all file in a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages