Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 548 Bytes

Chat Aplication using Python QtNetwork

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.

How to run this application

Requirements:

  1. Python
  2. PyQt4(for GUI)

Procedure:

  1. Run "chat.py" using this command "python chat.py"
  2. Create Server using this command "python chat-server.py"
  3. Invite other user :)

Screenshots

alt text alt text