/Directory-Tree-Generator

A python implementation of the linux tree command to recursively traverse and display directory structure. It also shows usage information and version information.

Primary LanguagePython

Directory-Tree-Generator

A python implementation of the linux tree command that provides a tree like diagram to illustrate the file system structure. It maps all the subdirectories and files starting at any given directory by recursively traversing it. It also shows usage information and version information.

How to Run

  • Clone this repo on your local machine.
  • Open shell and navigate to the root of the cloned directory.
  • Run python tree.py