/tChat

tChat is a simple text chat with client and server apps

Primary LanguagePythonMIT LicenseMIT

tChat

tChat is a simple text chat with client and server apps

How to use ?

First of all, download tChat using git and install watchdog python module using pip.
Then, open server.py and change ip and port at this line : serv_sock.bind(('127.0.0.1', 8000))
Also, you should change ip and port in client.py at line : client_sock.connect(('127.0.0.1', 8000))
Then, change your name in config.json.


After that you can run your server and client.
Open chat.txt with any text editor (BUT ! You should setup your editor in order to update your file, without closing editor)
So, the best way is to use Atom or Sublime (They are already setupped)