darshakhp / client-server-chat-python

Client-Server Chat Application in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client-Server Chat Application in python Socket programming application in chat application. Built with PYTHON.

Currently supports only half Duplex communication.

"over" inspired from Walkie-Talkie code word for End of Message/Communications

Instructions

  1. Run u2.py and keep it running
  2. Open new terminal window and run u1.py.
  3. Connection will be established from u1 to u2.
  4. Send messages from u2.py and type over to allow opposite user to send messages.
  5. Type "over" from u1 to recieve messages from u2

Pre-requisites

You will need to have "socket" library installed.

Beware to run the files using Python 2!

About

Client-Server Chat Application in Python

License:Apache License 2.0


Languages

Language:Python 100.0%