Skip to content

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

Notifications You must be signed in to change notification settings

kaustav202/Directory-Tree-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages