Ever seen a cool directory tree on GitHub or had an LLM describe one and thought, "I wish I could create that structure easily"? Now you can! Directory Creator transforms tree-like structures into real directories and files, hassle-free.
- Easy GUI: Copy, paste, and click.
- Safety First: Protects against rogue paths and unsafe filenames.
- Smart Cleanup: Cleans up failed attempts.
- Logging: See what happens behind the scenes.
- Clone the repo:
git clone https://github.com/djlord-it/TreeProgramCreator.git cd TreeProgramCreator - Install dependencies:
pip install tkinter
- Run the app:
python main.py
- Paste a tree structure like this:
Project/ ├── src/ │ ├── main.py │ └── tests/ └── README.md - Select a destination and click "Create Structure."
Stop wasting time manually creating directories. Perfect for:
- Setting up project skeletons.
- Recreating directory structures from GitHub or AI output.
- Quickly prototyping ideas.