Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 349 Bytes

File metadata and controls

7 lines (6 loc) · 349 Bytes

Connect : GUI chat using Python

Steps to run the application:

  1. Run the server.py file first then it maintains the frame work for the group chats.
  2. Then open another terminal and run client.py
  3. You can run the step 2 as many times as you want.
  4. This Establishes the connection between the clients and they can participate in the group chat.