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.
- Host: GitHub
- URL: https://github.com/imakebotsforyou/tcp-chat-room
- Owner: IMakeBotsForYou
- Created: 2021-01-10T13:57:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T09:49:16.000Z (over 3 years ago)
- Last Synced: 2025-01-20T12:22:59.592Z (over 1 year ago)
- Topics: chat, chatroom, python, socket, tcp
- Language: Python
- Homepage: https://imakebotsforyou.github.io/TCP-Chat-Room/
- Size: 13.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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