/Py-Chat-

A simple python chat room using socket programming in a client-server architecture

Primary LanguagePython

Py_Chat 🐍

👉 Usage

  1. We will have to start our Server first.
 python server.py / python3 server.py 

Note: Before running the server, configure the IP address and Port number of the system

  • windows : ipconfig
  • Linux : ip a .

  1. Run the Client file, to start the conversation.
 python client.py / python3 client.py

3. Now Enter a nickname and start your chatting.

Features

  • It supports the Admin Controls. The admin has certain controls over the chat room.
    • Kick : Admin can kick anyone from the Chat Room.
    • Ban : Admin can ban certain members from re-joining the Chat Room. These names are added in a List.