ASCII Tree Generator

Use this ASCII Tree Generator to Create Perfect Folder Structure for Your Next Project.

Folder Structure

ASCII Tree


              

About ASCII Tree Generator

An ASCII Tree Generator is an online folder tree directory generator tool that helps developers and technical writers to create a visual representation of an application's folder structure.

This tool can be used by developers to create folder directory structure of the project. Documentation or technical writers can use this tool to create the project layouts.

On the other hand, normal people can use this app as a mindmap tool to display the information in a simple and concise manner and declutter their mind.

ASCII Tree Example

Folder Structure:

root
  folder1
    file1.txt
    file2.txt
  folder2
    subfolder1
      file3.txt
            

ASCII Tree:

root
  ├── folder1
  │   ├── file1.txt
  │   └── file2.txt
  └── folder2
      └── subfolder1
        └── file3.txt
            

How to Use the ASCII Tree Generator?

1. Input

2. ASCII Tree Generation

Note: The topmost line of text will automatically be treated as the root directory regardless of whether it contains '#' symbol or not. Please do not include '#' or any other symbols for the root directory. Use '#' symbol only for subdirectories.

© ASCII Tree 2025. All rights reserved.