Metadata-Version: 2.1
Name: folder-tree
Version: 1.0.0
Summary: A package to display folder structures in a tree format
Author: Sanosh
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# FolderTree 📂🌲

**FolderTree** is a lightweight Python package that helps you visualize your folder structure in a tree format, directly from the command line or within Python scripts. 

It is perfect for developers, students, or anyone managing complex directory structures.

---

## Features

- Visualizes folder structures in an easy-to-read tree format.
- Supports viewing the structure of any directory path.
- Lightweight and simple to use.

---

## Installation

Install FolderTree using pip:

```bash
pip install folder-tree
