Skip to content

surya-veer/FStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages