scandir
Flexible recursive directory iterator: `scandir` meets `glob("**", recursive=True)`
Better directory iterator and faster os.walk(). Archived, as this has been in the stdlib since Python 3.5.
efipy - 'easy file iterator python', is a python based easy file iterator, with recursive option, and file filtering. useful when you need to apply some function to a set of files.