Skip to content

Commit 9cd97ef

Browse files
committed
操作失误,所有脚本全消失,重新整理
1 parent 1bf90f4 commit 9cd97ef

14 files changed

+153
-988
lines changed

.gitignore

+57-57
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
4-
5-
# C extensions
6-
*.so
7-
8-
# Distribution / packaging
9-
.Python
10-
env/
11-
build/
12-
develop-eggs/
13-
dist/
14-
downloads/
15-
eggs/
16-
.eggs/
17-
lib/
18-
lib64/
19-
parts/
20-
sdist/
21-
var/
22-
*.egg-info/
23-
.installed.cfg
24-
*.egg
25-
26-
# PyInstaller
27-
# Usually these files are written by a python script from a template
28-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
29-
*.manifest
30-
*.spec
31-
32-
# Installer logs
33-
pip-log.txt
34-
pip-delete-this-directory.txt
35-
36-
# Unit test / coverage reports
37-
htmlcov/
38-
.tox/
39-
.coverage
40-
.coverage.*
41-
.cache
42-
nosetests.xml
43-
coverage.xml
44-
*,cover
45-
46-
# Translations
47-
*.mo
48-
*.pot
49-
50-
# Django stuff:
51-
*.log
52-
53-
# Sphinx documentation
54-
docs/_build/
55-
56-
# PyBuilder
57-
target/
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# C extensions
6+
*.so
7+
8+
# Distribution / packaging
9+
.Python
10+
env/
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
*.egg-info/
23+
.installed.cfg
24+
*.egg
25+
26+
# PyInstaller
27+
# Usually these files are written by a python script from a template
28+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
29+
*.manifest
30+
*.spec
31+
32+
# Installer logs
33+
pip-log.txt
34+
pip-delete-this-directory.txt
35+
36+
# Unit test / coverage reports
37+
htmlcov/
38+
.tox/
39+
.coverage
40+
.coverage.*
41+
.cache
42+
nosetests.xml
43+
coverage.xml
44+
*,cover
45+
46+
# Translations
47+
*.mo
48+
*.pot
49+
50+
# Django stuff:
51+
*.log
52+
53+
# Sphinx documentation
54+
docs/_build/
55+
56+
# PyBuilder
57+
target/

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# PythonScripts
2-
用于保存自己写的一些Python脚本
1+
用于保存自己写的一些Python脚本,每个都可以独立运行,详见注释与if main中的代码
2+
3+
## 个人
4+
- [etyma.py](src/etyma.py):查词根
5+
- [zhihuClient.py](src/zhihuClient.py):知乎登录脚本
6+
- [hexo向百度提交网址.py](src/hexo向百度提交网址.py):hexo博客专用,向百度提交网址
7+
- [文件拖曳传七牛.py](src/文件拖曳传七牛.py):把文件拖到此脚本图标,自动上传到七牛云存储
8+
9+
10+
## 工作
11+
- [ppi.py](src/ppi.py):切换公司后台账号
12+
- [ppi_price.py](src/ppi_price.py):公司后台报价审核

src/BaiduImgDown.py

-242
This file was deleted.

src/chromeHeaders2Python.py

-22
This file was deleted.

0 commit comments

Comments
 (0)