Author Topic: file transfer/shared whiteboard/chat client  (Read 3131 times)

ygfperson

  • Founders
  • Posts: 601
  • Karma: +10/-1
    • Last.fm
file transfer/shared whiteboard/chat client
« 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:


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
- The Python GTK libraries
- The GTK runtime

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