Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codesplex/fileseeker
FileSeeker(文件探秘者) 是一个根据文件名称查找搜索小工具,希望留下一个Stars谢谢!
https://github.com/codesplex/fileseeker
py python python-3 python2 python3 python37 python38
Last synced: 2 days ago
JSON representation
FileSeeker(文件探秘者) 是一个根据文件名称查找搜索小工具,希望留下一个Stars谢谢!
- Host: GitHub
- URL: https://github.com/codesplex/fileseeker
- Owner: CodesPlex
- License: apache-2.0
- Created: 2024-04-12T09:08:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T00:33:44.000Z (7 months ago)
- Last Synced: 2024-10-19T12:31:38.701Z (about 1 month ago)
- Topics: py, python, python-3, python2, python3, python37, python38
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 文件探秘者-FileSeeker
> 我才13岁开发能力有限,谢谢浏览项目,希望可以留下一个[Stars](https://github.com/CodesPlex/FileSeeker)谢谢!
## 项目介绍
FileSeeker(文件探秘者) 是一个根据文件名称查找搜索Python3小工具,希望留下一个Stars谢谢!
![Introduction.png](doc/Introduction.png)
## 使用场景
1.在某个文件夹里面搜索,不搜索文件夹外的文件
2.使用并发的方法来搜索文件
3.命令行类型的工具
4.因为是命令行工具所有可以在Linux中使用
## 目录结构
- doc 项目资源存储文件夹
- .gitignore 项目忽略文件
- build.sh 项目打包脚本
- mian.py 项目核心文件
- README.md 项目介绍文件
- requirements.txt 第三方库## 项目使用
### 安装环境
执行代码:
~~~~sh
pip install -r requirements.txt
~~~~### Python3 运行
执行代码:
~~~sh
python main.py
~~~### 打包运行
**双击**或者**执行代码**(根据**操作系统**选择)
~~~sh
sh build.sh
~~~## 项目思路
![](doc/mian.drawio.png)
## 开源协议
**[Apache-2.0 license](https://github.com/CodesPlex/FileSeeker)**
**谢谢你的浏览**