python server:用Python编写的简单客户端 服务器系统 源码
Python服务器 通过套接字在两个python脚本之间进行通信。 用法 它为用户界面使用模块。 (请参阅) 要将curses安装在UNIX系统上: pip install curses 要将curses安装在Windows系统上: : pip install windows-curses 然后,您必须在server.py (第12行)和client.py (第12行("IP", port)中设置服务器的("IP", port) ) 然后,您可以使用python 3运行server.py或client.py (在IDLE中不起作用)。 默认命令 客户 stop -停止客户端。
文件列表
python-server-master.zip
(预估有个6文件)
python-server-master
server.py
4KB
README.md
1KB
client.py
3KB
terminal.py
6KB
.gitignore
2KB
common.py
4KB
暂无评论