Skip to content
/ renamer Public

Renames any file or folder and strip out special characters recursively.

Notifications You must be signed in to change notification settings

csib/renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

renamer

Renames any file or folder and strip out special characters recursively.

I have faced a problem when try to upload files to OneDrive with my Synology NAS. There were many bad characters in file names and folder names. So I decided to write a little program to rename them.

This program will rename and strip out the not valid characters. (See 12th line in code.)

How to run?
From command prompt in Linux type:
python3 main.py

I windows you have to install Python3, then to the same.

About

Renames any file or folder and strip out special characters recursively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages