Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poltanek/simple-tcp-chat-room
A Simple TCP Chat Room created through Python I wanted to implement and use threads and sockets to create a Chat System between two users through a local hosted server
https://github.com/poltanek/simple-tcp-chat-room
Last synced: 4 days ago
JSON representation
A Simple TCP Chat Room created through Python I wanted to implement and use threads and sockets to create a Chat System between two users through a local hosted server
- Host: GitHub
- URL: https://github.com/poltanek/simple-tcp-chat-room
- Owner: Poltanek
- License: mit
- Created: 2024-08-17T19:20:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T20:59:57.000Z (5 months ago)
- Last Synced: 2024-08-26T23:58:36.712Z (5 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-TCP-Chat-Room
A **TCP Chat System** created through **Python** where I began to learn sockets and threading and eventually I plan to create a voice chat and screen sharing as well to join a chat they will need to type in the correct port details to join.## Installation & Running Requirements
- Clone Repository
- Python 3.11.9
- Install Tkinter Library
- Visual Studio Code### To Run
- Run the **Server** from the CLI
- Run the **1st Client Side** of the Program from the VSCode Editor
- Run the next **2nd Client Side** from the CLIWhat should effectively happen is two clients will join to the same local hosted server on your computer which where both clients can simultanously chat together on.
## Screenshots
![Capture](https://github.com/user-attachments/assets/67a7aace-9be0-432d-9215-8c76257f9825)![Simple TCP Chatroom With GUI](https://github.com/user-attachments/assets/77fc3285-7cc9-4f18-8b47-2e60ec1e941a)