本人写的小工具, 遵循 MIT 开源协议.
| 软件名 | 源代码文件 | 编程语言 | 状态 | 维护者 |
|---|---|---|---|---|
| 必应每日壁纸 | py/BingImage.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 重复文件查找器 | py/DuplicateFileFinder.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 考试倒计时 | py/ExamTimer.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 二维码工具 | py/QRCode.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 随机密码生成器 | py/RandomPasswordGenerator.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 连点器 | cpp/auto_clicker.cpp | C++ | ✅ 正常维护 | MaxLHy0424 (Mingxu Ye) |
| 密码生成器 (命令行) | cpp/password_generator.cpp | C++ | ✅ 正常维护 | MaxLHy0424 (Mingxu Ye) |
Note
对于 cpp 下的任意 .cpp 文件, 推荐使用以下编译命令:
g++ cpp/文件名 -DNDEBUG -static -pipe -finput-charset=utf-8 -fexec-charset=gbk -std=gnu++26 -Wall -Wextra -Weffc++ -Wpedantic -Wcast-align -Wlogical-op -Wredundant-decls -Wshadow -Wstrict-null-sentinel -DANSI -D_ANSI -Ofast -flto=auto -fuse-linker-plugin -fwhole-program -s -fvisibility=hidden -fvisibility-inlines-hidden -fno-rtti -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-common -ffunction-sections -fdata-sections -fno-semantic-interposition -fdevirtualize-at-ltrans -fipa-pta -fipa-ra -fipa-icf -fomit-frame-pointer -fno-plt -march=x86-64 -mtune=generic -msse3 -mfpmath=sse "-Wl,--gc-sections,--strip-all,--as-needed,--no-insert-timestamp,--pic-executable,--dynamicbase,--nxcompat" -o output.exe更新于 2026-01-01T003:07:00Z