├── .gitignore ├── Demo ├── Folder 1 │ ├── SubFolder1 │ │ ├── other.txt │ │ └── subFile.txt │ └── file.txt └── Folder 2 │ ├── Sub-Folder1 │ └── hello.txt │ └── file.txt ├── Documentation ├── Demo_Graph_1.png ├── Demo_Graph_2.png ├── Demo_Graph_3.png ├── Demo_Graph_BT.png ├── Demo_Graph_Data.png ├── Demo_Graph_Data_Files.png ├── Demo_Graph_Files.png ├── Demo_Graph_LR.png ├── Demo_Graph_None.png ├── Demo_Graph_RL.png ├── Demo_Graph_TB.png └── GitHub-Repos │ ├── KaTeX_Graph.svg │ ├── TypeScript_Graph.svg │ ├── cpython_Graph.svg │ ├── git_Graph.svg │ ├── go_Graph.svg │ ├── kotlin_Graph.svg │ ├── linux_Graph.svg │ ├── matplotlib_Graph.svg │ ├── numpy_Graph.svg │ ├── nuxt.js_Graph.svg │ ├── pandas_Graph.svg │ ├── pytorch_Graph.svg │ ├── rust_Graph.svg │ ├── swift_Graph.svg │ ├── tensorflow_Graph.svg │ └── vscode_Graph.svg ├── LICENSE ├── README.md └── dir.py /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/ -------------------------------------------------------------------------------- /Demo/Folder 1/SubFolder1/other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Demo/Folder 1/SubFolder1/other.txt -------------------------------------------------------------------------------- /Demo/Folder 1/SubFolder1/subFile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Demo/Folder 1/SubFolder1/subFile.txt -------------------------------------------------------------------------------- /Demo/Folder 1/file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Demo/Folder 1/file.txt -------------------------------------------------------------------------------- /Demo/Folder 2/Sub-Folder1/hello.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Demo/Folder 2/Sub-Folder1/hello.txt -------------------------------------------------------------------------------- /Demo/Folder 2/file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Demo/Folder 2/file.txt -------------------------------------------------------------------------------- /Documentation/Demo_Graph_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_1.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_2.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_3.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_BT.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_Data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_Data.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_Data_Files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_Data_Files.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_Files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_Files.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_LR.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_None.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_None.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_RL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_RL.png -------------------------------------------------------------------------------- /Documentation/Demo_Graph_TB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/Demo_Graph_TB.png -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/KaTeX_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/KaTeX_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/TypeScript_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/TypeScript_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/cpython_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/cpython_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/git_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/git_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/go_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/go_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/kotlin_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/kotlin_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/linux_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/linux_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/matplotlib_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/matplotlib_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/numpy_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/numpy_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/nuxt.js_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/nuxt.js_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/pandas_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/pandas_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/pytorch_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/pytorch_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/rust_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/rust_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/swift_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/swift_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/tensorflow_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/tensorflow_Graph.svg -------------------------------------------------------------------------------- /Documentation/GitHub-Repos/vscode_Graph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/Documentation/GitHub-Repos/vscode_Graph.svg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/README.md -------------------------------------------------------------------------------- /dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexEidt/Directory-Grapher/HEAD/dir.py --------------------------------------------------------------------------------