/TC

Primary LanguagePython

TC

Dependence

Python version: 3.5 Clint

Usage

Setup a server

# localhost is your host, password is the password of the room
$ python3 chat.py -s localhost password

Setup clients

# host and password must same with the server
$ python3 chat.py -c localhost password