An open API service indexing awesome lists of open source software.

https://github.com/42ways/folder-visualizer

Create a visualization of a directory structure, including number of files, filesizes and other metrics.
https://github.com/42ways/folder-visualizer

diagram plantuml python3 visualization

Last synced: over 1 year ago
JSON representation

Create a visualization of a directory structure, including number of files, filesizes and other metrics.

Awesome Lists containing this project

README

          

# folder-visualizer

This Python Script creates a PlantUML input file to visualise a directory tree.

The elements used are not configurable yet. Folders are represented by the folder element, connected by default lines (see https://plantuml.com/deployment-diagram).

Optional infomation like number or size of files in the folder can be included by using command line options of the script.

`folder-visualizer -h` prints explanatory text for all options.