Metadata-Version: 2.1
Name: filebox
Version: 0.0.9
Summary: make it easy to use file
Home-page: https://gitee.com/ZeroSeeker/filebox
Author: ZeroSeeker
Author-email: zeroseeker@foxmail.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
License-File: LICENSE

# filebox
![](https://img.shields.io/badge/Python-3.8.6-green.svg)

#### 介绍



#### 安装教程

1.  使用pip安装
- 普通方式安装
```shell script
pip3 install filebox
```

- 使用阿里镜像加速安装
```shell script
pip3 install filebox -i https://mirrors.aliyun.com/pypi/simple
```


#### 使用说明

1.  demo
```python
import filebox
filebox.open_folder()
```


