Skip to content

phantom-kali/PythonChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

python server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages