Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
/ renamer Public archive

🐍 Python script for renaming files by given names or regular expression

License

Notifications You must be signed in to change notification settings

alsolovyev/renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—„οΈ Renamer

Python script for renaming files by given names or regular expression. Originally written to rename episodes of serials/cartoons but can be easily changed for any purpose.

Renamer screenshot

πŸ“¦ Requirements

  • python 3.6+

πŸš€ Usage

  1. Download script
  2. Add list of names
  3. Run the script
python main.py -d "~/Movies/According to Jim" -e mkv

Options

-h, --help            show this help message and exit
-d DIRECTORY, --directory DIRECTORY
                      path to the directory with files
-e EXTENSION, --extension EXTENSION
                      files extension for search
-r, --regex           use regular expressions

Task list

  • Add arguments for easy use

Authors

License

This project is licensed under the MIT License

About

🐍 Python script for renaming files by given names or regular expression

Topics

Resources

License

Stars

Watchers

Forks

Languages