Skip to main content

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) ![PyPI - Downloads](https://img.shields.io/pypi/dm/Bulkren)

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.

Source Distribution

Bulkren-1.0.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page