Directory-Grapher icon indicating copy to clipboard operation
Directory-Grapher copied to clipboard

Directory Structure Visualizer using GraphViz.

Results 5 Directory-Grapher issues
Sort by recently updated
recently updated
newest added

- [ ] Implement Python logging

- [ ] O(n) time efficiency with n := number of nodes (directories and/or files) over depth d under a directory - [ ] Eliminate O(m) time efficiency with m...

- [ ] run from any directory - [ ] max-depth still works

- [ ] adding [tqdm status bar](https://pypi.org/project/tqdm/) for os.walk for-loop

- [ ] Streamlit example - [ ] Add-on Python script - [ ] [Streamlit Knowledge Graph](https://blog.streamlit.io/the-streamlit-agraph-component/) - [ ] Documentation