PrashantMhrzn / Bulk-File-Renamer

A program that renames all files of a folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulk-File-Renamer

A program that renames all files of a folder.

Usage

$ python3 renamer.py [path_to_folder] -n[naming_convention]

$ python3 renamer.py -h
usage: renamer.py [-h] [-n] path

Renames every file inside the given folder.

positional arguments:
  path                 Absolute path of the
                       folder

optional arguments:
  -h, --help           show this help
                       message and exit
  -n , --naming_convention 
                       Not specifing will
                       default to the name
                       (file)

Example

$ python3 renamer.py ./test_folder -n test
File Renaming Completed!

Before: alt text

After: alt text

Installation

pip/pip3 installl argparse

License

MIT

About

A program that renames all files of a folder.

License:MIT License


Languages

Language:Python 100.0%