Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 798 Bytes

File metadata and controls

23 lines (19 loc) · 798 Bytes

wxPython Multithreaded Chat

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.

  1. 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
  1. Prerequisites:

By Nadish Shajahan
nadishshahjahan@gmail.com
https://github.com/nadishs/
A FISAT CHPC Assignment Project.
Copyright (C) 2016 Nadish Shajahan.