This is very basic chat application based on TCP Sockets.You can also share files over local nextwork. I have implementated this using QtNetwork class of PyQt4.
- Python
- PyQt4(for GUI)
- Run "chat.py" using this command "python chat.py"
- Create Server using this command "python chat-server.py"
- Invite other user :)