├── 0 ├── .gitignore ├── Compiled ├── License.md ├── Main.exe ├── MaxBlock.txt ├── Run.bat ├── python27.dll ├── 更新日志.txt └── 请把要处理的聊天记录拖放到Run.bat 上.txt ├── README.md └── src ├── AsyncIO.py └── Main.py /0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/0 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/.gitignore -------------------------------------------------------------------------------- /Compiled/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/Compiled/License.md -------------------------------------------------------------------------------- /Compiled/Main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/Compiled/Main.exe -------------------------------------------------------------------------------- /Compiled/MaxBlock.txt: -------------------------------------------------------------------------------- 1 | 512 -------------------------------------------------------------------------------- /Compiled/Run.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/Compiled/Run.bat -------------------------------------------------------------------------------- /Compiled/python27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/Compiled/python27.dll -------------------------------------------------------------------------------- /Compiled/更新日志.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/Compiled/更新日志.txt -------------------------------------------------------------------------------- /Compiled/请把要处理的聊天记录拖放到Run.bat 上.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mhtSpliter 2 | 一个腾讯QQ 聊天记录分割工具 3 | -------------------------------------------------------------------------------- /src/AsyncIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/src/AsyncIO.py -------------------------------------------------------------------------------- /src/Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404neko/mhtSpliter/HEAD/src/Main.py --------------------------------------------------------------------------------