Python programs to implement client-server chat using multithreading with GUI made using wxPython.
Note: currently only one client is supported. Some bugs may exist.
- Instructions:
- Make sure that you have the Prerequisites(below).
- Download .zip file from github.
- Unzip and then run wxchatserver.py using:
python wxchatserver.py
- Run wxchatclient.py using:
python wxchatclient.py
- Prerequisites:
- wxPython 3.0
- Python 2.7.12 release
By Nadish Shajahan
[email protected]
https://github.com/nadishs/
A FISAT CHPC Assignment Project.
Copyright (C) 2016 Nadish Shajahan.