Chat Client in Python (2003-07-28)

Home

screenshot of program

Client.py is a simple chat client written in Python. It requires:

Server.py is a single threaded chat server. All it does is relay incoming data to all connectsions. It requires inetcomms.py.

inetcomms.py is a module for internet clients and servers.

Widgets.py is a GUI widget module that uses PyGame.

Widgetsdemo.py shows off the capabilities of Widgets.py

The chatsystem archive contains the latest versions of all of these files.

All of these programs are Copyright (C) 2003 Michael Leonhard
These programs are put in the public domain. Questions may be sent to me by email: client at tamale dot net

Due to a request from Nathan Lanyon, these programs are also be available under the GNU General Public License. You may choose to license this software from me or just take it as public domain software. Whichever method you choose, know that the software comes with no warranty.

Source Code:

Name Date Size
chatsystem-1.2.tar.gz2003-07-2814 KB
client.py2003-07-2813 KB
inetcomms.py2003-07-288 KB
server.py2003-07-073 KB
widgets.py2003-07-0628 KB
widgetsdemo.py2003-07-064 KB

Home


Copyright © 1999-2012 Michael Leonhard