Modules for peer-to-peer chat program

billiejoex gnewsg at gmail.com
Thu Apr 26 09:05:02 EDT 2007


On 24 Apr, 19:51, "Viewer T." <dtgead... at yahoo.com> wrote:
> I would like to know which modules I would need in order to create
> peer-to-peer chat program in python using Tkinter.
>
> If I would need modules that do not come packaged with python, I would
> appreciate information on where I can get them.
>
> Thanks.

Some options:
- socket
- asyncore
- asynchat
- twisted
- twisted with support for tkinter (
http://twistedmatrix.com/projects/core/documentation/howto/choosing-reactor.html#auto13
)




More information about the Python-list mailing list