Metadata-Version: 2.1
Name: treegenix
Version: 0.1.1
Summary: A Python CLI tool to generate directory tree structures
Home-page: https://github.com/sujal-1245/treegrenix.git
Author: Sujal Bhagat
Author-email: sujaldbhagat2004@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/sujal-1245/treegrenix/issues
Project-URL: Documentation, https://github.com/sujal-1245/treegrenix/wiki
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 🗂️ treegrenix

**treegrenix** is a professional, CLI-based Python tool that lets you generate clean and readable directory trees from any folder. It supports exclusions, is fast, and beautifully formatted.

---

## 🚀 Features

- 🔹 Pretty CLI output (compatible with markdown)
- 🔹 Exclude hidden or unwanted folders/files
- 🔹 Easy to install and use anywhere
- 🔹 Built with ❤️ by [Sujal Bhagat](https://github.com/sujal-1245)

---

## 📦 Installation (after cloning)

```bash
pip install .
