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.
- Python
- Python 3 must be installed in your system.
- For first time, run this in terminal or powershell
pip3 install -r requirements.txt
- 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.