How-to articles, tricks, and solutions about FNMATCH
How to use glob() to find files recursively?
You can use the glob.glob() function from the glob module to search for files recursively.