This is a client-server chat app made with python
You need to add your ip/localhost in the client.py/server.py
# server.py/client.py
HOST = '' # Your IP
PORT = 9999 # Your Port
To change your name just edit the settings.json
{
"NAME": "YourAwesomeName",
"RANK": "Undefined"
}
Then just start the server.py, client.py and start Chatting :D
1. Add colored text to chat names
2. Add colored text when someone joins the chat/leaves
I will try to update the repo and add new stuff asap!