This will list out all folders and subfolders for a given directory.
- argparse
- os
- docx
--path, This is the path to the starting directory.
--path "C:\Users\jbettenh\Documents"
The main file to run is:
folder_tree.py
June 27, 2020 - wip
July 12, 2020 - console print
Stack overflow - Python tree
Stack overflow - Python docx
MIT License