A simple GUI chatroom based on Python sockets and tkinter.
- start the server
python server.py
- start the client
python run.py
Please add a reference like below to your work and send an e-mail to me. Commercial using is strictly prohibited.
My code referenced HiChat (https://github.com/Raibows/HiChat).