series-renamer-tools

Series Renamer: rename files of series with respect to episode number.


Keywords
bulk-operation, command-line, command-line-tool, hacktoberfest, python3, rename-files, renamer, utilities, utility
License
MIT
Install
pip install series-renamer-tools==1.0.5

Documentation

Series Renamer Tools

Travis GitHub license PyPI

Bulk changing file names into prettier format.

Table of Contents

Requirement

  • Python 3.6+

Installation

Installing from PyPI

pip3 install series-renamer-tools

Installing from Git

python3 setup.py install

Usage

series-renamers --directory [path/to/target/directory] --prefix 'Series S01 E' [--dry-run]

Options

Name Type Description Required Default
--directory, -d string path to target directory false current directory
--prefix, -p string new file name prefix true
--dry-run, -dr boolean only preview the results false false

License

Series Renamer Tools is an open-source tool licensed under MIT License.