A Discord-like desktop chat application built with Python. Features a modern dark-themed GUI (CustomTkinter), user authentication, encrypted connections, multiple channels, message history, and ...
. ├── app.py # Flask 主应用 ├── config.py # 配置文件 ├── models/ # 数据模型 │ ├── user.py # 用户模型 │ ├── message.py # 消息模型 │ └── room.py # 房间模型 ├── routes/ # 路由模块 ...