| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
RP Tree is a command-line tool to generate directory tree diagrams.
To install RP Tree, just run the following command:
$ pip install rptree$ rptree /path/to/directory/Note: The -h or --help option provides help on using RP Tree.
$ rptree hello/
./hello/
│
├── hello/
│ ├── __init__.py
│ └── hello.py
│
├── tests/
│ └── test_hello.py
│
├── LICENSE
├── README.md
├── requirements.txt
└── setup.pyThat's it! You've generated a nice directory tree diagram.
If you run RP Tree with a directory path as an argument, then you get a full directory tree diagram printed on your screen. The default input directory is your current directory.
RP Tree also provides the following options:
Leodanis Pozo Ramos - Email: leodanis@realpython.com
| Back | FazBrowse Home | New Git URL |