Python implementa una sala de chat de texto

一、实验介绍
1.1 实验内容
本实验使用 wxPython 、asynchat、_thread 等模块开发一个图形界面的聊天室程序。

1.2 知识点
asyncore 、asynchat模块使用
wxPython 图形开发
1.3 实验环境
python3.5
对于实验环境中使用的 wxPython,在环境中我们已经给出了对应的安装包。

$ wget https://labfile.oss.aliyuncs.com/courses/970/wxPython.whl
$ mv wxPython.whl wxPython-4.0.0a2.dev3038+953a2e5-cp35-cp35m-linux_x86_64.whl
$ sudo pip3 install wxPython-4.0.0a2.dev3038+953a2e5-cp35-cp35m-linux_x86_64.whl

参考 aHR0cHM6Ly93d3cubGFucWlhby5jbi9jb3Vyc2VzLzk3MA ==

Supongo que te gusta

Origin blog.csdn.net/huluwaaaa/article/details/100065010
Recomendado
Clasificación