Skip to content

Latest commit

 

History

History
 
 

Directory Tree Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DIRECTORY TREE GENERATOR

Description

A Script useful for visualizing the relationship between files and directories and making their positioning easy.

  • This can be used for implementations as one of the features.

Language

  • Python

Instructions to run this application

  1. Python 3 must be installed in your system.
  • For first time, run this in terminal or powershell
pip3 install -r requirements.txt
  1. It will download all the required modules
  • Now run the below command
python tree.py ["LOCATION OF CURRENT DIRECTORY" ]

As an example

python tree.py C:\Users\kumar\Documents

Finally it will display the tree starting from the current directory given by user.

Then press enter to exit.