A simple chat-room implementation with 200-lines python.
Good start for multi-threads and socket programming in python
- Public group chat
- Private peer-to-peer chat
- Start Server
python server.py
- Start client(s)
python client.py
Note : pyqt4 is required to display the UI, you can use qt designer to re-design it and execute pyuic4 chat.ui -o chat.py
to generate python file