p2p-chat-python
p2p-chat-python copied to clipboard
P2P python chat app
### Fixed minor issues and now working on python 3
Hey there... Can you tell me how to create a chat app that can work on internet... One with a remote server.
It seems that the Client.py script also has about 10 print syntax errors as well as using raw_input( ) instead of input( )
Hi there. Found some bugs in your script. There were 9 print functions without the parentheses so your program did not startup. Also, the `thread` module was not found because...