09 2022 档案
python-miio库-米家直流变频落地扇1x
摘要:一、先获取tooken 原链接:https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor 1 import base64 2 import hashlib 3 import hmac 4 import json 5 import
鼠标高亮
摘要:从这篇文章更改 https://www.autoahk.com/archives/34648 这里改颜色 透明度具体对应百分比: 100% — FF 90% — E6 80% — CC 70% — B3 60% — 99 50% — 80 40% — 66 30% — 4D 20% — 33 10%
钢琴家刷屏器
摘要:1 #NoEnv 2 SetBatchLines -1 3 ListLines Off 4 5 ;强制以ANSI版本管理员权限运行 6 runwith("admin") 7 8 IniRead, con, myfile.ini, Count, count 9 IniRead, pl1, myfile
极速翻译器-有道 重制版
摘要:划词翻译 依赖beautifultootip库:https://github.com/telppa/BeautifulToolTip 影响剪贴板 1 #SingleInstance Force 2 SetBatchLines, -1 3 CoordMode, ToolTip, Screen 4 5
在任务栏上用滚轮控制屏幕亮度
摘要:用到以下项目: Class_Monitor:https://github.com/jNizM/Class_Monitor Beautifultooltip:https://github.com/telppa/BeautifulToolTip 文件结构 使用方法:鼠标移动到任务栏,然后使用滚轮调节屏幕
Python-miio库-小米智能插座2 蓝牙网关版
摘要:2022.9.15 经测试成功 一、获取设备tooken 原链接:https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor 1 import base64 2 import hashlib 3 import hmac 4 impo