You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Folder Structure Generator by [Vaibhaw Mishra](https://github.com/itsvaibhavmishra)
2
2
3
-
### by [Vaibhaw Mishra](https://github.com/itsvaibhavmishra)
3
+
As the name suggests FolderStructureGen would generate a folder structure for your codebase. You can exclude `folder/files` by adding them to exclude field.
4
+
Choose between CLI version or GUI version.
5
+
6
+
## 🤖Generate a executable version for GUI_Generator
7
+
8
+
While inside of `FolderStructureGen/` folder, run the following command:
9
+
10
+
```bash
11
+
pyinstaller GUIStructureGen.spec
12
+
```
13
+
14
+
Now look for the `GUIStructureGen.exe` file inside of dist/ folder
0 commit comments