EntropySink

Technical & Scientific => Programming => Topic started by: ygfperson on January 04, 2006, 08:37:25 PM

Title: file transfer/shared whiteboard/chat client
Post by: ygfperson on January 04, 2006, 08:37:25 PM
I wrote one in python: http://www.rpi.edu/~schneg/drawer_stuff.zip . Here's a screenshot:
(http://www.rpi.edu/~schneg/drawer_screenshot.png)

to run the server you type: python drawer_server.py

to run the client you type: python drawer_client.py

to run it in windows you need three packages:
- The python interpreter (http://www.python.org/ftp/python/2.4.2/python-2.4.2.msi)
- The Python GTK libraries (http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/pygtk-2.8.2-1.win32-py2.4.exe)
- The GTK runtime (http://prdownloads.sourceforge.net/gimp-win/gtk%2B-2.8.9-setup.zip?download)

and i guess from there on in you guys can figure it out