Skip to content

nithraaj/python-multi-user-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Multi user chat app

This project is a group chat application that allows the users to chat with multiple users via a graphical user interface. It consists of two components - the server and the client.

Usage

Start the server
python3 chat_server.py <ip-address> <port>

Start the client
python3 chat_client_gui.py

Note

This code was tested on Ubuntu, and should work on any linux OS. This code may not work on Windows as select library is not supported in Windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages