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.
- Host: GitHub
- URL: https://github.com/42ways/folder-visualizer
- Owner: 42ways
- License: mit
- Created: 2022-02-23T23:03:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T14:46:31.000Z (over 4 years ago)
- Last Synced: 2025-02-06T16:05:55.960Z (over 1 year ago)
- Topics: diagram, plantuml, python3, visualization
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.