Skip to content

Monitors and cleans up your filenames. Run this on a folder and it will format your filenames to look like book titles.

Notifications You must be signed in to change notification settings

seshan-b/PROJECT___Filename_Formatting_Cleanup

Repository files navigation

Filename Formatting

Make your file name look like Book Titles

To run this:

  • You need Python installed.
  • No need to run it from the command line you can run a .bat file that ask you which folder you want to modify
  • You also have a .bat file where you can edit link directly.
@echo off
REM Change directory to the location of your Python script
cd /d "Your file path"

REM Run the Python script in the background using pythonw
pythonw Filename_Formatting_Cleanup.py "Your file path"

REM To kill the created python tasks
REM taskkill /f /im pythonw.exe

Still having problems shoot me a message.

About

Monitors and cleans up your filenames. Run this on a folder and it will format your filenames to look like book titles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published