Skip to content

Basic multi-client chatroom made in python by learning from microsoft copilot (study & learn mode)

License

Notifications You must be signed in to change notification settings

romainenoir/multi-client-chatroom_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Multi-Client Chatroom in Python

A basic multi-client chatroom built with Python sockets and threading.
This project was developed as part of a learning journey with Microsoft Copilot (Study & Learn mode), focusing on network programming and socket-based communication.


๐Ÿ“Œ Features

  • Multi-client support: multiple users can connect to the server simultaneously.
  • Real-time messaging between connected clients.
  • Simple command-line interface for both server and clients.
  • Built using Pythonโ€™s built-in socket and threading modules.
  • Lightweight and easy to extend for authentication, logging, or GUI integration.

๐Ÿ› ๏ธ Tech Stack

  • Language: Python 3.x
  • Modules:
    • socket โ†’ for TCP/IP communication
    • threading โ†’ for handling multiple clients concurrently

๐Ÿš€ Getting Started

1. Clone the Repository

git clone https://github.com/rhome-noir/multi-client-chatroom_python.git
cd multi-client-chatroom_python

About

Basic multi-client chatroom made in python by learning from microsoft copilot (study & learn mode)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages