Print a directory tree structure in your Python code

PyPI PyPI - Downloads PyPI - License GitHub watchers GitHub Repo stars GitHub forks

Print a directory tree structure in your Python code.

Download

You can simply:

pip install directory-structure

Or you can also:

  1. Clone the repository to your local machine.
  2. Enter the directory.
  3. Download necessary modules/libraries.

git clone https://github.com/gabrielstork/directory-structure.git
cd directory-structure
pip install -r requirements.txt

 

 

 

To finish reading, please visit source site