python chat room

一個用python寫的聊天室 可以 跟單獨使用者講話 跟單獨使用者傳檔案 看線上使用者名單 踢使用者離開聊天室

how to use

server

just python server.py

client

./client.py or python client.py At first, enter name and try some command as follow

  • connect [ip] [port] : connect a server
  • list : list online users
  • chat [username] [messenge] : chat to somebody
  • send file [username] [filename] : send a file to user
  • kick [username] : kick a user out of the chat room