We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6526c5f commit 9d3dbeaCopy full SHA for 9d3dbea
README.md
@@ -4,10 +4,11 @@
4
1. Excel遍历密码自动化解密
5
2. 带进度条下载文件
6
3. 搜索给定目录下特定格式的文件,支持自定义查找深度
7
-
+4. 线程池的简单用法
8
9
### English Description
10
Share some useful python snippets, Include the following content:
11
1. Automatically decrypt password protected excel files.
12
2. Download the file with the progress bar.
13
-3. Search specific format files from a given directory, support custom search depth.
+3. Search specific format files from a given directory, support custom search depth.
14
+4. A demo about thread pool.
0 commit comments