Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 CLI

What 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)