Sort Sequences of Files
I’m not really sure how to post code on here without it looking completely crazy, so I figured that I should probably just post a link to the .py file. Here it it:
This script will search out the folder that it’s in as well as any child folders contained in that folder, for files and then sort them if they are a sequence and return a list of grouped sorted files
I’ve said it before and I’ll say it again. Any creative criticism is welcome, and I mean any!
Oh! Please keep in mind that this is the first python script that I have done that does anything more then just “Hello World” as well as being the first language that I have tried to learn other then MEL. Please be Gentle :o)