Skip to content

shin000000/rename_manga_pic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

rename_manga_pic

description

this little thing does things like below:

---------------

Suppose the current folder be:
├── rename.py(this script)
└── folder1
    ├── 1.jpg
    └── 2.jpg
└── folder2
    ├── 1.jpg
    └── 2.jpg
└──...
---------------
After running the script:
├── rename.py(this scripts)
├── 00001.jpg
├── 00002.jpg
├── 00003.jpg
├── 00004.jpg
├── ...
---------------

Installation

just run the script, you don't need to install anything except python itself.
【WARNING】: This program will rename every file with jpg/png
extension in the subdirectories and move them to currentdirectory. So make sure you 
want to do the merge and rename with every picture in every subdirectory.

Afterwards

I know it does really trivial task but... 
I'm just trying to write something in python and put it on github!
This is the first thing I put on github and... I feel happy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages