Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 787 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 787 Bytes

PythonChat

PythonChat is a simple chat server implemented in Python. It includes both server and client scripts that enable multiple users to communicate in real-time.

Features

  • Multi-client support
  • Real-time messaging
  • Easy setup and usage

Installation

git clone https://github.com/phantom-kali/PythonChat.git
cd PythonChat
pip install -r requirements.txt

Usage

Starting the Server

To start the chat server, run the following command:

python server.py

Starting the Client To connect to the chat server, run the following command:

python client.py

Screenshots

Registration/Login

Register/Login window

Chat Window

Chat window