Metadata-Version: 2.1
Name: treeview
Version: 1.0
Summary: Folder Strucutre Visualizer
Home-page: https://github.com/lowyiyiu/treeview
Author: Low Yiyiu
Author-email: lowyiyiu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# treeview

treeview is a simplete folder structure viewer.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install treeview.

```bash
pip install treeview
```

## Usage

```bash
treeview [TYPE] [PATH TO JSON] [NAME OF TREE] [OUTPUT FOLDER]
```
where:  
type: [t for text] or [g for graph]

## License
[MIT](https://choosealicense.com/licenses/mit/)

