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

https://github.com/imakebotsforyou/tcp-chat-room

This is a chatroom built on TCP sockets in python.
https://github.com/imakebotsforyou/tcp-chat-room

chat chatroom python socket tcp

Last synced: 17 days ago
JSON representation

This is a chatroom built on TCP sockets in python.

Awesome Lists containing this project

README

          

[Proper HTML](https://imakebotsforyou.github.io/TCP-Chat-Room/)












Before you run



Setup



Open a command promt in the working directory.

Running this app requires you to have the following py modules installed:









PIL - To download, run


py -m pip install pillow


requests - To download, run
py -m pip install requests



pyperclip - To download, run
py -m pip install pyperclip











 Open the file in your favourite IDE and run it, or execute "py client.py" in the console in the working director