Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaeldehaney94/py_chat_app

Single-threaded chat application built using socket networking that can only send and receive message in simplex mode.
https://github.com/michaeldehaney94/py_chat_app

python socket socket-programming tkinter-gui

Last synced: about 1 month ago
JSON representation

Single-threaded chat application built using socket networking that can only send and receive message in simplex mode.

Awesome Lists containing this project

README

        

HOW TO RUN CHAT APP: Execute/run 'server.py' first before running in the
'client.py' to use chat application.