Skip to content

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

Notifications You must be signed in to change notification settings

VidhyaVarshanyJS/Py-Chat-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages