Skip to content

DaemonLab/chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Aplication using Python QtNetwork

This is very basic chat application based on TCP Sockets. I have implementated this using QtNetwork module.

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

Releases

No releases published

Packages

No packages published

Languages