Skip to content

A small script that renames pdf files programmatically

Notifications You must be signed in to change notification settings

steve-codes/python-fileRename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-fileRename

A small script that renames pdf files programmatically

Video Tutorial

https://www.youtube.com/watch?v=MkXEfzQMmQ8

Use case

Say you are tasked with changing the names of many PDF files by replacing a porition of the filename with a new name.

For example:

Current pdf name: TEST-INC_2020_02

Target pdf name: DAVE-INC_2020_02

This script is able to change the "TEST-INC" porition of the name with "DAVE-INC" while keeping "2020_02" porition.

About

A small script that renames pdf files programmatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages