Simple Folders Scanner and File Parser in Python
Here is a very simple File and Folder Parsers, frequently required for scanning files for different types of content like specific string, number or character patterns. Actual code is hosted as Git public Gists and is authored using Python 3.0 in Python Notebook and uses Regex library. It is lightweight and can be plugged in other components, programs and platforms very easily like Azure Devops pipelines etc.
Feel free to adopt and extend.