https://github.com/haseeeb21/rename-files-and-folders-in-directory
Renames the files in a specific folder. It also renames folder if present within a folder. Just renames the file without changing the extension
https://github.com/haseeeb21/rename-files-and-folders-in-directory
Last synced: 8 months ago
JSON representation
Renames the files in a specific folder. It also renames folder if present within a folder. Just renames the file without changing the extension
- Host: GitHub
- URL: https://github.com/haseeeb21/rename-files-and-folders-in-directory
- Owner: Haseeeb21
- Created: 2023-11-25T16:43:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T01:34:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T19:45:21.076Z (9 months ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rename-Files-and-Folders-in-Directory
Renames the files in a specific folder. It also renames folder if present within a folder. Just renames the file without changing the extension### Working
Just run the code file by providing a folder / directoy.
This code not only just renames the files in the folder / directory, if there are folders present in the selected directory then it renames the folder first and then
renames the files in the directory.This does not change the extension of the files, whatever the files are they are just renamed and no change is done to the extension.
### User Input
You can select what `name` to give the files and from where to start the `numbering`, both of these parameters are user defined.