Dysta / Chat-Python

Projet Réseau L2 UB - A simply chat in python 3 with multi room and other

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-Python

Écris en Python 3 pour un mini projet de réseau donné par la fac.

Usage

Linux

Clonez le repos puis faite un chmod +x sur le fichier chat.py et enfin, lancez le à l'aide de la commande ./chat.py.
Une fois ceci de fait, lancez un second terminal et effectuez la commande nc localhost 7777. Vous serez alors connecté au chat.

Windows

En cours..

Commandes

JOIN <canal> # permet de rejoindre un canal de son choix
PART # permet de partir d'un canal
QUIT # deconnecte du serveur
NICK <pseudo> # permet de choisir un pseudo
LIST # affiche une liste des utilisateurs en ligne avec leurs canal
MSG <msg> # envoi un message aux utilisateurs du même canal
KICK <user> # expulse un utilisateur d'un canal
KILL <user> # expulse un utilisateur du serveur

About

Projet Réseau L2 UB - A simply chat in python 3 with multi room and other

License:GNU General Public License v3.0


Languages

Language:Python 100.0%