Skip to content

A terminal-based server chat with the ability to create channels and manage its users. Mark: 10

Notifications You must be signed in to change notification settings

artHub-j/discard-server-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

discard-server-chat

A terminal-based server chat with the ability to create channels and manage its users. Mark: 10

Program preview

DiscardExampleChat

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

About

A terminal-based server chat with the ability to create channels and manage its users. Mark: 10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages