Skip to content

A Simple Python CLI Chat Room with threading, sockets, file transfer and pickle serialization implementations.

Notifications You must be signed in to change notification settings

welisonmenezes/python-cli-chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Python CLI Chat Room

Chat Room created as a college project. Here are used sockets, pickle and threading as project's requirements.

As the final result you can share messages and file between clients. Each client runs into your own thread.

How to use

To start the server, run:

python server.py

For each client, run:

python client.py

About

A Simple Python CLI Chat Room with threading, sockets, file transfer and pickle serialization implementations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages