Glob is an easy to use standard Python module to locate or retrieve files using patterns. It finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, although results are returned in arbitrary order.
Source code on my Website:
https://pythonology.eu/glob-module-fi...
Glob Documentation
https://docs.python.org/3/library/glo...