Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaeldehaney94/py_chat_app
- Owner: michaeldehaney94
- Created: 2022-07-16T18:45:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T20:01:33.000Z (over 2 years ago)
- Last Synced: 2024-09-09T22:53:52.607Z (4 months ago)
- Topics: python, socket, socket-programming, tkinter-gui
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.