Metadata-Version: 2.1
Name: finding
Version: 0.0.1
Summary: 
License: MIT
Author: CHUA-X
Author-email: chua-x@outlook.com
Requires-Python: >=3.6,<3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

﻿# English introduction
Finds —— Search for the file you want in the vast sea of files on your computer.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# 中文介绍
finds ——在电脑浩如烟海的文件中寻找你想要的文件。

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# 用法
> `import finding`
> 
> `finding.find('文件名', copy=True, opening=True)`
>
> P.S.:copy=关键字指定是否复制文件路径到剪贴板；opening=关键字指定是否打开文件。

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
# bug反馈
### 如您在使用中发现任何问题，请访问作者[GitHub](https://github.com/CHUA-X/Finds/issues "作者的GitHub")留言反馈，谢谢！
