ASCII Tree to Folder | Generate & Download ZIP Online

Turn ASCII trees into real folders, download instantly as ZIP.

Unicode Style
"Report an issue"
ASCII Style

Quick Start: Type your folder tree in the ASCII editor (keyboard symbols: |, -, `) or paste an existing Unicode tree in the Unicode editor. Both editors sync and preview each other. When ready, click Generate ZIP to download your folder structure as real folders.

How to Use the Editors

This platform provides two editors to help you create, paste, or edit folder tree structures and convert them into real folders.

1. ASCII Editor (Recommended)

Use the ASCII editor if you are typing your folder structure. It supports only symbols available on your keyboard: |, -, `.

            project/
            |-- src/
            |   |-- main.py
            |   `-- utils.py
            `-- README.md

2. Unicode Editor

Use the Unicode editor if you are pasting a folder structure written with Unicode tree symbols.

            project/
            ├─ docs/
            ├─ src/
            │  ├─ main.py
            │  └─ utils.py
            └─ README.md

3. Edit in Either Format

Both editors are linked: you can type in ASCII and see the Unicode preview, or paste in Unicode and refine it in ASCII.

4. Generate and Download

Review your structure for accuracy. Click “Generate ZIP” to create and download your folder structure as a real, ready-to-use ZIP file.

💡 Pro Tip: Use this tool in your documentation or workflow to quickly turn ASCII or Unicode folder trees into real project folders—perfect for sharing setups, tutorials, or boilerplates.