上传者: 38630697
|
上传时间: 2022-06-08 13:53:52
|
文件大小: 29KB
|
文件类型: PDF
本文实例为大家分享了Python聊天室程序的具体代码,供大家参考,具体内容如下
客户端代码:
# Filename: socketClient.py
import socket
import sys
import threading
# Client GUI
from tkinter import *
import Pmw
# Create a TCP/IP socket
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
# Connect the socket to the port where the server i