pychat
pychat copied to clipboard
A Python chat server, with multiple chat rooms.
i can't input name it stop here ! Connected to server Welcome to pychat. Please tell us your name: >
When connecting to the server from a different PC, I get connection refused error!! PC is connected to the same wifi to that of the server PC
When I try to run the client, I am getting an error: ``` $ pychat_client.py 127.0.0.1 Connected to server Traceback (most recent call last): File "C:\Users\Admin\Desktop\pychat-master\pychat_client.py", line 24, in read_sockets,...