Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Nov 3, 2023
1 parent fa2399d commit 51a4d9a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ app/data/image2
app/data/emoji
*.db
*.pyc
test*
56 changes: 32 additions & 24 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
15 changes: 10 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@
- 显示聊天界面
- 导出聊天记录成Word文档
- 分析聊天数据,做成可视化年报
- 🔥**项目持续更新中**
- 小伙伴们想要其他功能可以留言哦🏆
- 有任何问题可以随时联系我([email protected])

为了方便大家交流,我新建了一个QQ群:**474379264**
为了方便大家交流,我新建了一个QQ群💬**474379264**

大家有任何诉求可以群里反馈给我
大家有任何诉求或bug可以群里反馈给我

<img src="doc/images/qq.jpg" height=480/>

## 效果

![image-20230520235113261](doc/images/image-20230520235113261.png)
<img alt="image-20230520235113261" src="doc/images/image-20230520235113261.png"/>

![image-20230520235220104](doc/images/image-20230520235220104.png)

Expand Down Expand Up @@ -61,7 +62,7 @@ python版本3.10
命令行运行以下代码

```bash
pip install -r requirements.txt
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```

运行main.py
Expand Down Expand Up @@ -94,6 +95,10 @@ python main.py

![image-20230520235113261](doc/images/image-20230520235113261.png)

## 项目还有很多bug,希望各位大佬能够及时反馈
## 项目还有很多bug,希望大家能够及时反馈

项目地址:https://github.com/LC044/WeChatMsg

---

> 说明:该项目仅可用于交流学习,禁止任何非法用途,本人不承担任何责任🙄

0 comments on commit 51a4d9a

Please sign in to comment.