Skip to content

thehairy/chatproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat App with python3

How to use

Server:

Execute the script "server.py" using "python3 server.py". By default the IP 127.0.0.1 and the port 6969 is used. IP and port can be changed by using "python3 server.py ip port".

Client:

Execute the script "client.py" using "python3 client.py". By default the IP 127.0.0.1 and the port 6969 is used. IP and port can be changed by using "python3 client.py ip port".

Folgende Befehle können verwendet werden: /quit - Disconnects /nickname name - Changes the nickname

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages