Skip to content

Dadezana/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat
Linux MacOS Windows
Language

A simple real-time chat program built in python and pysimplegui module.
Every message sent by a user is broadcasted to all other connected users. If a user spams, its ip will be banned until the server is restarted.

How to run

Install the required libraries

pip install -r requirements.txt

pysimplegui module is not needed server side

Server

python server.py

Client

python client.py

On the client side, modify the HOST variable so that it contains the ip address of the server. By default it's 127.0.0.1

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages