If you want to run any scripts that are in this collection,
first create isolated virtual environment and install the required packages using the following commands:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt- Files Analyzer - A Python script that analyzes files in a directory and its subdirectories.