Metadata-Version: 2.4
Name: fileTreeCommand
Version: 0.2.0
Home-page: https://github.com/xystudio889/
Author: xystudio
Author-email: 173288240@qq.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python

# File Tree

一种可视化的快速文件打包方法

暂未完成，敬请期待

## 支持的调用方法

- python库调用：
- 1. 首先下载FileTree:
```bash
pip install filetreecommand
```
- 2. 然后调用FileTree命令：
```python
import ft

ft.xxx()
```
- 命令行调用：
- 1. 下载python库或exe文件即可
- 2. 在命令行中输入ft命令，然后按提示输入文件路径即可
