# chatroom **Repository Path**: LanceLiang2018/chatroom ## Basic Information - **Project Name**: chatroom - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 就算有很方便的QQ作人与人间的互相联系,但是我还是享受自己创造这种联系的载体的成就感。

工程开源地址:

https://github.com/LanceLiang2018/chatroom

使用方法

1、文件内容: database.db 和用户设置有关的数据库 entries.db 储存聊天记录的数据库 db_init.py 对数据库清空and初始化(debug) db_list.py 列出数据库的所有内容(debug) database.py 处理数据库有关操作 sever.py 服务器 templates/ Html的模板 2、开启服务器: Linux:screen python3 sever.py 或者 python3 sever.py & (会有回显) Windows:python sever.py 3、更改端口: 修改sever.py最后一行,aapp.run(port=<int:port>)