Skip to content

A simple script to mass modify all the file names in a directory

Notifications You must be signed in to change notification settings

facundomartinezabeldano/Magic-Formatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magic-Formatting

A simple script to mass modify all the file names in a directory
Supported Python Versions


I got really tired of renaming files so I just made this silly litle script


Example:

Original Type 1 Type 2 Type 3
DjiNt9Emzf.png This is an example 1 .png This_is_an_example_1_.png This-is-an-example-1-.png
AvVvziEb6d.png This is an example 2 .png This_is_an_example_2_.png This-is-an-example-2-.png
OLFKo6JnSg.png This is an example 3 .png This_is_an_example_3_.png This-is-an-example-3-.png

How to:

  1. Download this repository git clone https://github.com/facundomartinezabeldano/Magic-Formatting.git
  2. Install dependencies pip install -r requirements.txt
  3. Move the magic_formatting.py file to the directory where you want to mass change the file names
  4. run the script python magic_formatting.py

About

A simple script to mass modify all the file names in a directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages