Files
tools/README.md
2024-07-14 22:06:45 +08:00

95 lines
2.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 个人使用小工具集
## [修改连接数](changeConnectionLimit)
win10修改wifi热点最大连接终端数
Usage`main.bat`
## [学*网预览下载](zxxk_dl)
下载学*网资源通过预览的形式下载的文件以html形式保存。可以使用adobe Acrobat的打印转为pdf文字版文件以svg下载图片版原图。
1. 研究过程:[process.md](zxxk_dl/process.md)
2. usage: `python main.py`
3. requirements: python, requests
## adb快速传手机文件
源文件丢了TODO
2024.7.14:放弃,已有项目[双轨快传](https://github.com/weixiansen574/HybridFileXfer)实现
## [并行auto-editor](mult)
并行运行auto-editor, 递归转码所有视频。PS网课时用的
### files
#### main.py
主程序
### main_up.py
使用hevcCUDA硬解码
### usage
`python main.py`
## 菁*网题目下载
**ATTENTION目前制作时的账号疑似被封禁请谨慎使用**
如需打印请使用浏览器打印或转pdf
### Usage
菁优网任意界面F12抓Cookie
运行main.py输入复制的内容根据提示输入网址即可。
### requements
python, requests,bs4
## [听力文件拆分](English_Listening_cut)
基于学英语报的听力做听力文件拆解,拆分到每段对话
### Usage
`python main.py`
## seat_map
文档TODO
## 简单运动报警(move_warn)
对ip摄像头画面进行简单运动捕捉核心代码来自网络。效果运动达到一定范围发出声音警告后自动关闭程序。
### usage
`python main.py`
### requirements
python, opencv
## 检测视频是否破损video_test
## 转移libcef.dllmove_CEF
通过Everything API遍历所有libcef.dll核验md5后转移至指定文件夹并创建软连接。
## [图片整理(tidy_img)](tidy_img)
按照手机(华为)照片视频命名规范(例如`IMG_20170218_164951.jpg``VID_20220116_154728.mp4`)将其按年份分类,递归遍历所有文件。如果重复,文件相同<sup>[1]</sup>由用户判断是否删除相同文件。如果文件冲突<sup>[2]</sup>放入conflict文件夹并在文件名后加sha256前5位。
[1]: 先判断文件大小相同比较sha256值如果均相同认为是同文件
[2]: 上述标准任一不满足