Bulkren can reduce your finger pains, just rename files in bulk
Project description
# Bulkren [![PyPI version](https://badge.fury.io/py/Bulkren.svg)](https://badge.fury.io/py/Bulkren) ![GitHub Releases](https://img.shields.io/github/downloads/Dev-Akash/Bulkren/v1.0.2/total?color=yellow&label=Downloads&style=plastic)
A simple PYPI package for bulk renaming files inside a folder.
## How to Install
Command: pip install Bulkren
## How to Use
Open Terminal.
Install Bulkren using the above command.
Run python -m Bulkren -h for help.
### Usage
The package can be used as follows:
python -m Bulkren -i <input_folder_path> -o <output_folder_path> -p <patter_to_rename>
### Example
python -m Bulkren -i C:UserAkashDesktopinput_folder -o C:UserAkashDesktopoutput_folder -p images_XYZ
This above example will take all the files in C:UserAkashDesktopinput_folder and then rename it with pattern images_XYZ where XYZ would be replaced number count of file (remember to add XYZ in end only) and will save it to the C:UserAkashDesktopoutput_folder folder.
Note : If the -o argument is not passed then it will automatically create a output named folder in same parent directory, for above example the output folder path would be C:UserAkashDesktopoutput
#### Definitions
-i or –input takes input folder path
-o or –output takes output folder path
-p or –pattern takes pattern for renaming files.
where
-i is required parameter
-o is optional parameter
-p is required parameter
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.