# Tree-structure-to-Filesystem
<img src="https://raw.githubusercontent.com/LaithALhaware/Tree-structure-to-Filesystem/main/Main.png" alt="Alt Text" style="width:100%;" />
A simple 🐍 Python utility that recreates a 🗂️ folder and 📄 file structure from a visual tree format (like the tree 🌳 command output).
## ✨ Features
- 🔄 Converts a visual tree into real folders and files
- 🧠 Automatically handles nested structures
- 💡 Great for scaffolding and prototyping
## 🔧 Requirements
- Python 3.x 🐍
## 🛠 Installation
- Open CMD 🖥️
| **Operating System** | **Steps** |
|----------------------|-----------------------------------------------------------------------------------------------------------------------------|
| **Windows** 💻 | 1. Press `Windows + R` to open the "Run" dialog box. <br> 2. Type `cmd` and hit `Enter`. <br> 3. The Command Prompt (CMD) will open. <br> Alternatively, you can search for "Command Prompt" in the Start menu and click to open it. 🔍 <br> 4. To navigate to the Desktop, type `cd %USERPROFILE%\Desktop` and hit `Enter`. 📂 |
| **Linux** 🐧 | 1. Press `Ctrl + Alt + T` to open the terminal. <br> 2. Alternatively, search for "Terminal" in your applications menu. 💨 <br> 3. To navigate to the Desktop, type `cd ~/Desktop` and hit `Enter`. 📂 |
- Clone the repository or download the project files to your local machine 📂 :
```bash
git clone https://github.com/LaithALhaware/Tree-structure-to-Filesystem.git
cd 'Tree-structure-to-Filesystem'
```
- Edit this in a file called `tree_input.txt`.
## ▶️ Usage
1️⃣ Run the script:
```bash
python App.py
```
## 📝 License
This project is licensed under the **License**. See the [LICENSE.txt](LICENSE.txt) ⚖️ file for details.
---
## ❤️ Support This Project
If you find this project useful, consider supporting its development:
💰 Via PayPal: [[PayPal Link](https://www.paypal.com/ncp/payment/KC9EETJDVZQHG)]
Your support helps keep this project alive! 🚀🔥
Rendering README…