tree
tree
This is a command-line application which prints a visual representation of a given folder and all its subfolders and files.
Requirements
Python 3 is required.
Installation/Uninstallation
This is intended to be a drop-in program with a clean installation and uninstallation process- simply add the file to your PATH
environment variable.
Usage
Run the program by opening a terminal and running python tree.py <folder>
, where <folder>
is any folder you want to print the structure of.