smaller-folders

Split an arbitrary number of files into sub-folders containing a specified number of files each.


License
MIT
Install
pip install smaller-folders==0.1.2

Documentation

Smaller Folders

Split an arbitrary number of files into sub-folders containing a specified number of files each.

Turning

folder
β”œβ”€β”€ file001
β”‚Β Β  ...
└── file100

into

folder
β”œβ”€β”€ sub_folder001
β”‚   β”œβ”€β”€ file001
β”‚   β”‚Β Β  ...
β”‚   └── file010
β”œβ”€β”€ sub_folder002
β”‚   ...