diff --git a/chat_window1.png b/chat_window1.png new file mode 100644 index 0000000..2325b4e Binary files /dev/null and b/chat_window1.png differ diff --git a/doc/images/chat_window1.png b/doc/images/chat_window1.png new file mode 100644 index 0000000..2325b4e Binary files /dev/null and b/doc/images/chat_window1.png differ diff --git a/doc/images/chat_window2.png b/doc/images/chat_window2.png new file mode 100644 index 0000000..cd4f99a Binary files /dev/null and b/doc/images/chat_window2.png differ diff --git a/doc/images/contact_window.png b/doc/images/contact_window.png new file mode 100644 index 0000000..c0f4d70 Binary files /dev/null and b/doc/images/contact_window.png differ diff --git a/doc/images/decrypt_wx.png b/doc/images/decrypt_wx.png new file mode 100644 index 0000000..8e1fc63 Binary files /dev/null and b/doc/images/decrypt_wx.png differ diff --git a/doc/images/err_log.png b/doc/images/err_log.png new file mode 100644 index 0000000..2dc7801 Binary files /dev/null and b/doc/images/err_log.png differ diff --git a/doc/images/exe_file.png b/doc/images/exe_file.png new file mode 100644 index 0000000..1d69d70 Binary files /dev/null and b/doc/images/exe_file.png differ diff --git a/doc/images/login_wx.png b/doc/images/login_wx.png new file mode 100644 index 0000000..18b382d Binary files /dev/null and b/doc/images/login_wx.png differ diff --git a/doc/images/main_window.png b/doc/images/main_window.png new file mode 100644 index 0000000..d56f9f2 Binary files /dev/null and b/doc/images/main_window.png differ diff --git a/doc/images/message.png b/doc/images/message.png new file mode 100644 index 0000000..5ea3454 Binary files /dev/null and b/doc/images/message.png differ diff --git a/doc/images/with_wxid_name.png b/doc/images/with_wxid_name.png new file mode 100644 index 0000000..ac5d579 Binary files /dev/null and b/doc/images/with_wxid_name.png differ diff --git a/readme.md b/readme.md index 7759d7b..6ebf4be 100644 --- a/readme.md +++ b/readme.md @@ -162,7 +162,7 @@ python main_pc.py 可以点击获取教程,相关信息,导出全部信息的csv文件。 -![image-20231201003914318.png](https://blog.lc044.love/static/img/01f1f9eacb6063b980595ef769bbc183.image-20231201003914318.webp) +![](./doc/images/main_window.png) #### 4.2 聊天界面 @@ -170,17 +170,18 @@ python main_pc.py ,会随机跳转到某一个好友的界面,滚轮滚动,可以向上翻看更早的聊天记录(温馨提示:可能在翻的时候会有卡顿的现象,是因为数据加载需要时间,后期我们会继续优化嗷~ )。目前聊天记录中文字、图片、表情包基本可以正常显示~ -![image-20231130221954512.png](https://blog.lc044.love/static/img/da1103c0d40eac06e07a46a23fb0a138.image-20231130221954512.webp) +![](./doc/images/chat_window1.png) + 当你想要查找某一位好友的信息时,可以在图中红框输入信息,点击Enter回车键,进行检索 -![image-20231130223621017.png](https://blog.lc044.love/static/img/17746c59d1015164438e539abec6094e.image-20231130223621017.webp) +![](./doc/images/chat_window2.png) #### 4.3 好友界面 点击**左侧导航栏——>好友**,会跳转到好友的界面,同样可以选择好友,右上方导航栏中有(1)统计信息(2)情感分析(3)年度报告(4)退出(5)导出聊天记录:可选择导出为word、csv、html格式。 -![image-20231130224357480.png](https://blog.lc044.love/static/img/80958f575ec8f2822af15ce1634029da.image-20231130224357480.webp) +![](./doc/images/contact_window.png) **功能部分未集成或开发,请您耐心等待呀~** @@ -194,7 +195,7 @@ python main_pc.py 如果您遇到下图所示的问题,是由于没有在电脑端登录微信 -![image-20231130231701520.png](https://blog.lc044.love/static/img/db8e39b27d369851c73298b247b79c2f.image-20231130231701520.webp) +![](./doc/images/login_wx.png) 如果您遇到下图所示的问题,需要先运行`decrypt_window`的可执行文件或者源代码文件 @@ -202,24 +203,26 @@ python main_pc.py python decrypt_window.py ``` -![image-20231130231503340.png](https://blog.lc044.love/static/img/a3ea30edd2e63187283dcc55e344a095.image-20231130231503340.webp) +![](./doc/images/decrypt_wx.png) 如果您在运行可执行程序的时候出现闪退的现象,请右击软件使用管理员权限运行。 -![image-20231130233120492.png](https://blog.lc044.love/static/img/f18737d5a006aa5e7354b74f6e036d47.image-20231130233120492.webp) +![](./doc/images/exe_file.png) 如果您在获取信息的时候,`wxid` 显示none,但是密钥是存在的,需要在微信文件保存的路径中选择该文件夹路径下的带有wxid_xxx的名字,填到wxid位置并继续点击`开始启动` -![image-20231130234120644.png](https://blog.lc044.love/static/img/5c3c53cb34701fb74283e01e52a2df04.image-20231130234120644.webp) +![](./doc/images/with_wxid_name.png) 如果出现如图所示的报错信息,将`app/database/msg`文件夹删除,重新运行`main_pc.py`。 -![image-20231130235155121.png](https://blog.lc044.love/static/img/884d8f930518b9b31bfa9df7fd5a53f8.image-20231130235155121.webp) +![](./doc/images/err_log.png) + 导出数据成功之后,该文件位置与exe文件位置相同(或者在源码.data文件下) -![image-20231201000202980.png](https://blog.lc044.love/static/img/1748d98033903dede564ce3d7e835bdf.image-20231201000202980.webp) +![](./doc/images/message.png) + #### 🤔注意