Colorful and fun chat, made with sockets!
You'll have to install the latest version of Python in your terminal if it's not installed yet.
python server.py
In WSL (version 3.8.10):
python3 server.py
2°- Now open a new terminal and it's time to connect a client, you can connect as much clients as you want
python client.py
In WSL (version 3.8.10):
python3 client.py
- If you want to desconnect a client, you'll have to close the terminal.
- You can't open more than one server.