Skip to content

arnobpl/Rename-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rename Files

Using this program, it is easy to rename multiple files at once. You can preview what changes are going to happen in file names.

Run

This program has been created with Python 3. It can run on Windows, Mac, Linux. Before running the program, please make sure that you have installed Python (version 3 onwards) in your computer. There are two py files in the program:

  • NumerizeFiles: To add numbers in file names (stateful), and also modify file names optionally
  • RenameFiles: To modify file names without adding any number (stateless)

Usage

The program is very easy to learn. For your convenience, you may know some substring operations in Python (such as this). The following screenshot shows a typical example of how to rename image files using the program (NumerizeFiles.py file, to be specific).

Example screenshot

About

Rename multiple files at once using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages