Skip to content

Python programs to implement client-server chat using multithreading with GUI made using wxPython

Notifications You must be signed in to change notification settings

nadishs/wxPython-Multithreaded-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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
[email protected]
https://github.com/nadishs/
A FISAT CHPC Assignment Project.
Copyright (C) 2016 Nadish Shajahan.

About

Python programs to implement client-server chat using multithreading with GUI made using wxPython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages