Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 301 Bytes

Multi-person-chat

使用python实现一个多人聊天

本项目需要连接数据库,数据库中表的名字为users,其中包含四个属性:useres,password,id和tou 也可以自行修改代码读取txt文件

项目中user1.py,user2.py,user3.py,user4.py中的代码是一样的