Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthub-j/discard-server-chat
A terminal-based server chat with the ability to create channels and manage its users. Mark: 10
https://github.com/arthub-j/discard-server-chat
chat tcp-client tcp-server terminal-based upc xaco
Last synced: about 2 months ago
JSON representation
A terminal-based server chat with the ability to create channels and manage its users. Mark: 10
- Host: GitHub
- URL: https://github.com/arthub-j/discard-server-chat
- Owner: artHub-j
- Created: 2023-05-18T21:53:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T16:33:02.000Z (11 months ago)
- Last Synced: 2024-02-06T17:37:38.571Z (11 months ago)
- Topics: chat, tcp-client, tcp-server, terminal-based, upc, xaco
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discard-server-chat
A terminal-based server chat with the ability to create channels and manage its users. Mark: 10## Program preview
![DiscardExampleChat](https://github.com/artHub-j/discard-server-chat/assets/92806890/450822a6-d4d3-4ddc-a491-bbf2d125ef66)## All possible commands
## Usage
### 0. Clone the repo:
```
git clone https://github.com/artHub-j/discard-server-chat.git
cd discard-server-chat
```### 1. Modify Client_Multicanal_TCP.py file:
Modify line 57 of the Client_Multicanal_TCP.py file and change the given IP to the IP of the device where the server was opened
```
serverName = 'pcserverip'
```### 2. Open the Server in Terminal:
```
python3 Server_Multicanal_TCP.py
```### 3. Create a User and join as Client (in a new Terminal):
```
python3 Cliente_Multicanal_TCP.py
```### 4. Keep repeating process 3 to add new Clients (in new Terminals):
```
python3 Cliente_Multicanal_TCP.py
```