Skip to content

seehait/series-renamer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.